#C7BDE6

Color #C7BDE6 Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C7BDE6

Tints of Melrose #C7BDE6

Color information

#C7BDE6 (or 0xC7BDE6) is unknown color: approx Melrose. HEX triplet: C7, BD and E6. RGB value is (199,189,230). Sum of RGB (Red+Green+Blue) = 199+189+230=618 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.20% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 230 - color contains mainly: blue. Hex color #C7BDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BDE6 is #384219. Grayscale: #C4C4C4. Windows color (decimal): -3686938 or 15121863. OLE color: 15121863.

HSL color Cylindrical-coordinate representation of color #C7BDE6: hue angle of 254.63º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7BDE6 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB199189230-
CMYK0.130.1800.10
HSL254.63º45.05%82.16%-
HSV(B)254.63º17.83%90.2%-
XYZ56.0354.2582.38-
YUV196.66146.81129.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 32.20%
GREEN value IS 189 (74.22% from 255) = 30.58%
BLUE value IS 230 (90.23% from 255) = 37.22%
R=32.20%
G=30.58%
B=37.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1991892300.130.1800.10254.6345.0582.16
HexC7BDE6D120Aff2d52
Octal307275346152201237755122
Binary11000111101111011110011011011001001010111111111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BDE6; }

 p { color: rgb(199,189,230); }

 H1.HeaderClassName
 {
   color: #C7BDE6;
 }
 .AnyTagClassName
 {
   color: #C7BDE6;
 }
</style>
background-color css

<style>
 a { background-color: #C7BDE6; }

 a { background-color: rgb(199,189,230); }

 div.DivClassName
 {
   background-color: #C7BDE6;
 }
 .BgClassName
 {
   background-color: #C7BDE6;
 }
</style>
border-color css

<style>
 span { border-color: #C7BDE6; }

 span { border-color: rgb(199,189,230); }

 td.TdClassName
 {
   border-color: #C7BDE6;
 }
 .TagClassName
 {
   border-color: #C7BDE6;
 }
</style>