#CAC1DF

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

Shades of Melrose #CAC1DF

Tints of Melrose #CAC1DF

Color information

#CAC1DF (or 0xCAC1DF) is unknown color: approx Melrose. HEX triplet: CA, C1 and DF. RGB value is (202,193,223). Sum of RGB (Red+Green+Blue) = 202+193+223=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAC1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1DF is #353E20. Grayscale: #C6C6C6. Windows color (decimal): -3489313 or 14664138. OLE color: 14664138.

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

Color convert

RGB202193223-
CMYK0.090.1300.13
HSL258º31.91%81.57%-
HSV(B)258º13.45%87.45%-
XYZ56.7556.0277.63-
YUV199.11141.48130.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 193 (75.78% from 255) = 31.23%
BLUE value IS 223 (87.5% from 255) = 36.08%
R=32.69%
G=31.23%
B=36.08%

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
Decimal2021932230.090.1300.1325831.9181.57
HexCAC1DF9D0D1022052
Octal312301337111501540240122
Binary11001010110000011101111110011101011011000000101000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC1DF; }

 p { color: rgb(202,193,223); }

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

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

 a { background-color: rgb(202,193,223); }

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

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

 span { border-color: rgb(202,193,223); }

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