#CAC2DD

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

Shades of Melrose #CAC2DD

Tints of Melrose #CAC2DD

Color information

#CAC2DD (or 0xCAC2DD) is unknown color: approx Melrose. HEX triplet: CA, C2 and DD. RGB value is (202,194,221). Sum of RGB (Red+Green+Blue) = 202+194+221=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAC2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2DD is #353D22. Grayscale: #C7C7C7. Windows color (decimal): -3489059 or 14533322. OLE color: 14533322.

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

Color convert

RGB202194221-
CMYK0.090.1200.13
HSL257.78º28.42%81.37%-
HSV(B)257.78º12.22%86.67%-
XYZ56.756.3676.3-
YUV199.47140.15129.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 194 (76.17% from 255) = 31.44%
BLUE value IS 221 (86.72% from 255) = 35.82%
R=32.74%
G=31.44%
B=35.82%

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
Decimal2021942210.090.1200.13257.7828.4281.37
HexCAC2DD9C0D1021c51
Octal312302335111401540234121
Binary1100101011000010110111011001110001101100000010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC2DD; }

 p { color: rgb(202,194,221); }

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

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

 a { background-color: rgb(202,194,221); }

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

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

 span { border-color: rgb(202,194,221); }

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