#CCC6EB

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

Shades of Melrose #CCC6EB

Tints of Melrose #CCC6EB

Color information

#CCC6EB (or 0xCCC6EB) is unknown color: approx Melrose. HEX triplet: CC, C6 and EB. RGB value is (204,198,235). Sum of RGB (Red+Green+Blue) = 204+198+235=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCC6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6EB is #333914. Grayscale: #CBCBCB. Windows color (decimal): -3356949 or 15451852. OLE color: 15451852.

HSL color Cylindrical-coordinate representation of color #CCC6EB: hue angle of 249.73º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC6EB is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204198235-
CMYK0.130.1600.08
HSL249.73º48.05%84.9%-
HSV(B)249.73º15.74%92.16%-
XYZ60.0959.2286.86-
YUV204.01145.49127.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 198 (77.73% from 255) = 31.08%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=32.03%
G=31.08%
B=36.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041982350.130.1600.08249.7348.0584.9
HexCCC6EBD1008fa3055
Octal314306353152001037260125
Binary11001100110001101110101111011000001000111110101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6EB; }

 p { color: rgb(204,198,235); }

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

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

 a { background-color: rgb(204,198,235); }

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

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

 span { border-color: rgb(204,198,235); }

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