#CAC6DC

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

Shades of Melrose #CAC6DC

Tints of Melrose #CAC6DC

Color information

#CAC6DC (or 0xCAC6DC) is unknown color: approx Melrose. HEX triplet: CA, C6 and DC. RGB value is (202,198,220). Sum of RGB (Red+Green+Blue) = 202+198+220=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAC6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6DC is #353923. Grayscale: #C9C9C9. Windows color (decimal): -3488036 or 14468810. OLE color: 14468810.

HSL color Cylindrical-coordinate representation of color #CAC6DC: hue angle of 250.91º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAC6DC is Cyan = 0.08, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202198220-
CMYK0.080.100.14
HSL250.91º23.91%81.96%-
HSV(B)250.91º10%86.27%-
XYZ57.4758.1175.9-
YUV201.7138.33128.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 198 (77.73% from 255) = 31.94%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=32.58%
G=31.94%
B=35.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021982200.080.100.14250.9123.9181.96
HexCAC6DC8A0Efb1852
Octal312306334101201637330122
Binary110010101100011011011100100010100111011111011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6DC; }

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

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

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

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

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

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

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

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