#CCC6DA

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

Shades of Melrose #CCC6DA

Tints of Melrose #CCC6DA

Color information

#CCC6DA (or 0xCCC6DA) is unknown color: approx Melrose. HEX triplet: CC, C6 and DA. RGB value is (204,198,218). Sum of RGB (Red+Green+Blue) = 204+198+218=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCC6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6DA is #333925. Grayscale: #C9C9C9. Windows color (decimal): -3356966 or 14337740. OLE color: 14337740.

HSL color Cylindrical-coordinate representation of color #CCC6DA: hue angle of 258º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCC6DA is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204198218-
CMYK0.060.0900.15
HSL258º21.28%81.57%-
HSV(B)258º9.17%85.49%-
XYZ57.7558.2974.54-
YUV202.07136.99129.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 198 (77.73% from 255) = 31.94%
BLUE value IS 218 (85.55% from 255) = 35.16%
R=32.90%
G=31.94%
B=35.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041982180.060.0900.1525821.2881.57
HexCCC6DA690F1021552
Octal31430633261101740225122
Binary110011001100011011011010110100101111100000010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6DA; }

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

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

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

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

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

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

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

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