#CCC6EA

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

Shades of Melrose #CCC6EA

Tints of Melrose #CCC6EA

Color information

#CCC6EA (or 0xCCC6EA) is unknown color: approx Melrose. HEX triplet: CC, C6 and EA. RGB value is (204,198,234). Sum of RGB (Red+Green+Blue) = 204+198+234=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCC6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6EA is #333915. Grayscale: #CBCBCB. Windows color (decimal): -3356950 or 15386316. OLE color: 15386316.

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

Color convert

RGB204198234-
CMYK0.130.1500.08
HSL250º46.15%84.71%-
HSV(B)250º15.38%91.76%-
XYZ59.9559.1786.1-
YUV203.9144.99128.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 198 (77.73% from 255) = 31.13%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=32.08%
G=31.13%
B=36.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041982340.130.1500.0825046.1584.71
HexCCC6EADF08fa2e55
Octal314306352151701037256125
Binary1100110011000110111010101101111101000111110101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6EA; }

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

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

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

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

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

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

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

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