#CAC5D4

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

Shades of Melrose #CAC5D4

Tints of Melrose #CAC5D4

Color information

#CAC5D4 (or 0xCAC5D4) is unknown color: approx Melrose. HEX triplet: CA, C5 and D4. RGB value is (202,197,212). Sum of RGB (Red+Green+Blue) = 202+197+212=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 212 - color contains mainly: blue. Hex color #CAC5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5D4 is #353A2B. Grayscale: #C8C8C8. Windows color (decimal): -3488300 or 13944266. OLE color: 13944266.

HSL color Cylindrical-coordinate representation of color #CAC5D4: hue angle of 260º degrees, saturation: 0.15, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CAC5D4 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB202197212-
CMYK0.050.0700.17
HSL260º14.85%80.2%-
HSV(B)260º7.08%83.14%-
XYZ56.2157.2470.37-
YUV200.2134.66129.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.06%
GREEN value IS 197 (77.34% from 255) = 32.24%
BLUE value IS 212 (83.20% from 255) = 34.70%
R=33.06%
G=32.24%
B=34.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2021972120.050.0700.1726014.8580.2
HexCAC5D457011104f50
Octal3123053245702140417120
Binary11001010110001011101010010111101000110000010011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC5D4; }

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

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

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

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

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

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

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

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