#CAC6DF

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

Shades of Melrose #CAC6DF

Tints of Melrose #CAC6DF

Color information

#CAC6DF (or 0xCAC6DF) is unknown color: approx Melrose. HEX triplet: CA, C6 and DF. RGB value is (202,198,223). Sum of RGB (Red+Green+Blue) = 202+198+223=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAC6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6DF is #353920. Grayscale: #C9C9C9. Windows color (decimal): -3488033 or 14665418. OLE color: 14665418.

HSL color Cylindrical-coordinate representation of color #CAC6DF: hue angle of 249.6º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAC6DF is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202198223-
CMYK0.090.1100.13
HSL249.6º28.09%82.55%-
HSV(B)249.6º11.21%87.45%-
XYZ57.8758.2778.01-
YUV202.05139.83127.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 198 (77.73% from 255) = 31.78%
BLUE value IS 223 (87.5% from 255) = 35.79%
R=32.42%
G=31.78%
B=35.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021982230.090.1100.13249.628.0982.55
HexCAC6DF9B0Dfa1c53
Octal312306337111301537234123
Binary110010101100011011011111100110110110111111010111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6DF; }

 p { color: rgb(202,198,223); }

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

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

 a { background-color: rgb(202,198,223); }

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

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

 span { border-color: rgb(202,198,223); }

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