#CAC0DD

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

Shades of Melrose #CAC0DD

Tints of Melrose #CAC0DD

Color information

#CAC0DD (or 0xCAC0DD) is unknown color: approx Melrose. HEX triplet: CA, C0 and DD. RGB value is (202,192,221). Sum of RGB (Red+Green+Blue) = 202+192+221=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0DD is #353F22. Grayscale: #C6C6C6. Windows color (decimal): -3489571 or 14532810. OLE color: 14532810.

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

Color convert

RGB202192221-
CMYK0.090.1300.13
HSL260.69º29.9%80.98%-
HSV(B)260.69º13.12%86.67%-
XYZ56.2655.4876.15-
YUV198.3140.81130.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 192 (75.39% from 255) = 31.22%
BLUE value IS 221 (86.72% from 255) = 35.93%
R=32.85%
G=31.22%
B=35.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021922210.090.1300.13260.6929.980.98
HexCAC0DD9D0D1051e51
Octal312300335111501540536121
Binary1100101011000000110111011001110101101100000101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC0DD; }

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

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

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

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

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

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

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

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