#CAC5DC

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

Shades of Melrose #CAC5DC

Tints of Melrose #CAC5DC

Color information

#CAC5DC (or 0xCAC5DC) is unknown color: approx Melrose. HEX triplet: CA, C5 and DC. RGB value is (202,197,220). Sum of RGB (Red+Green+Blue) = 202+197+220=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAC5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5DC is #353A23. Grayscale: #C9C9C9. Windows color (decimal): -3488292 or 14468554. OLE color: 14468554.

HSL color Cylindrical-coordinate representation of color #CAC5DC: hue angle of 253.04º degrees, saturation: 0.25, 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 #CAC5DC is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202197220-
CMYK0.080.1000.14
HSL253.04º24.73%81.76%-
HSV(B)253.04º10.45%86.27%-
XYZ57.2457.6675.82-
YUV201.12138.66128.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 197 (77.34% from 255) = 31.83%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=32.63%
G=31.83%
B=35.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021972200.080.1000.14253.0424.7381.76
HexCAC5DC8A0Efd1952
Octal312305334101201637531122
Binary110010101100010111011100100010100111011111101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC5DC; }

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

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

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

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

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

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

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

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