#CAC4DE

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

Shades of Melrose #CAC4DE

Tints of Melrose #CAC4DE

Color information

#CAC4DE (or 0xCAC4DE) is unknown color: approx Melrose. HEX triplet: CA, C4 and DE. RGB value is (202,196,222). Sum of RGB (Red+Green+Blue) = 202+196+222=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAC4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4DE is #353B21. Grayscale: #C8C8C8. Windows color (decimal): -3488546 or 14599370. OLE color: 14599370.

HSL color Cylindrical-coordinate representation of color #CAC4DE: hue angle of 253.85º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAC4DE is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202196222-
CMYK0.090.1200.13
HSL253.85º28.26%81.96%-
HSV(B)253.85º11.71%87.06%-
XYZ57.2857.3177.15-
YUV200.76139.99128.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 196 (76.95% from 255) = 31.61%
BLUE value IS 222 (87.11% from 255) = 35.81%
R=32.58%
G=31.61%
B=35.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021962220.090.1200.13253.8528.2681.96
HexCAC4DE9C0Dfe1c52
Octal312304336111401537634122
Binary110010101100010011011110100111000110111111110111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC4DE; }

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

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

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

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

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

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

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

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