#CAC5DA

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

Shades of Melrose #CAC5DA

Tints of Melrose #CAC5DA

Color information

#CAC5DA (or 0xCAC5DA) is unknown color: approx Melrose. HEX triplet: CA, C5 and DA. RGB value is (202,197,218). Sum of RGB (Red+Green+Blue) = 202+197+218=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAC5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5DA is #353A25. Grayscale: #C8C8C8. Windows color (decimal): -3488294 or 14337482. OLE color: 14337482.

HSL color Cylindrical-coordinate representation of color #CAC5DA: hue angle of 254.29º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAC5DA is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202197218-
CMYK0.070.1000.15
HSL254.29º22.11%81.37%-
HSV(B)254.29º9.63%85.49%-
XYZ56.9857.5574.44-
YUV200.89137.66128.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 197 (77.34% from 255) = 31.93%
BLUE value IS 218 (85.55% from 255) = 35.33%
R=32.74%
G=31.93%
B=35.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021972180.070.1000.15254.2922.1181.37
HexCAC5DA7A0Ffe1651
Octal31230533271201737626121
Binary11001010110001011101101011110100111111111110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC5DA; }

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

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

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

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

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

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

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

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