#CAC4DC

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

Shades of Melrose #CAC4DC

Tints of Melrose #CAC4DC

Color information

#CAC4DC (or 0xCAC4DC) is unknown color: approx Melrose. HEX triplet: CA, C4 and DC. RGB value is (202,196,220). Sum of RGB (Red+Green+Blue) = 202+196+220=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4DC is #353B23. Grayscale: #C8C8C8. Windows color (decimal): -3488548 or 14468298. OLE color: 14468298.

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

Color convert

RGB202196220-
CMYK0.080.1100.14
HSL255º25.53%81.57%-
HSV(B)255º10.91%86.27%-
XYZ57.0257.275.75-
YUV200.53138.99129.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 196 (76.95% from 255) = 31.72%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=32.69%
G=31.72%
B=35.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021962200.080.1100.1425525.5381.57
HexCAC4DC8B0Eff1a52
Octal312304334101301637732122
Binary110010101100010011011100100010110111011111111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC4DC; }

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

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

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

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

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

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

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

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