#CAC7D9

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

Shades of Melrose #CAC7D9

Tints of Melrose #CAC7D9

Color information

#CAC7D9 (or 0xCAC7D9) is unknown color: approx Melrose. HEX triplet: CA, C7 and D9. RGB value is (202,199,217). Sum of RGB (Red+Green+Blue) = 202+199+217=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAC7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7D9 is #353826. Grayscale: #C9C9C9. Windows color (decimal): -3487783 or 14272458. OLE color: 14272458.

HSL color Cylindrical-coordinate representation of color #CAC7D9: hue angle of 250º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAC7D9 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202199217-
CMYK0.070.0800.15
HSL250º19.15%81.57%-
HSV(B)250º8.29%85.1%-
XYZ57.358.4173.9-
YUV201.95136.49128.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 199 (78.12% from 255) = 32.20%
BLUE value IS 217 (85.16% from 255) = 35.11%
R=32.69%
G=32.20%
B=35.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021992170.070.0800.1525019.1581.57
HexCAC7D9780Ffa1352
Octal31230733171001737223122
Binary11001010110001111101100111110000111111111010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC7D9; }

 p { color: rgb(202,199,217); }

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

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

 a { background-color: rgb(202,199,217); }

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

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

 span { border-color: rgb(202,199,217); }

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