#CAC3DD

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

Shades of Melrose #CAC3DD

Tints of Melrose #CAC3DD

Color information

#CAC3DD (or 0xCAC3DD) is unknown color: approx Melrose. HEX triplet: CA, C3 and DD. RGB value is (202,195,221). Sum of RGB (Red+Green+Blue) = 202+195+221=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAC3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC3DD is #353C22. Grayscale: #C7C7C7. Windows color (decimal): -3488803 or 14533578. OLE color: 14533578.

HSL color Cylindrical-coordinate representation of color #CAC3DD: hue angle of 256.15º 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 #CAC3DD is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202195221-
CMYK0.090.1200.13
HSL256.15º27.66%81.57%-
HSV(B)256.15º11.76%86.67%-
XYZ56.9256.8176.37-
YUV200.06139.82129.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 195 (76.56% from 255) = 31.55%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=32.69%
G=31.55%
B=35.76%

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
Decimal2021952210.090.1200.13256.1527.6681.57
HexCAC3DD9C0D1001c52
Octal312303335111401540034122
Binary1100101011000011110111011001110001101100000000111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC3DD; }

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

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

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

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

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

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

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

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