#CAC7DB

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

Shades of Melrose #CAC7DB

Tints of Melrose #CAC7DB

Color information

#CAC7DB (or 0xCAC7DB) is unknown color: approx Melrose. HEX triplet: CA, C7 and DB. RGB value is (202,199,219). Sum of RGB (Red+Green+Blue) = 202+199+219=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAC7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7DB is #353824. Grayscale: #CACACA. Windows color (decimal): -3487781 or 14403530. OLE color: 14403530.

HSL color Cylindrical-coordinate representation of color #CAC7DB: hue angle of 249º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAC7DB is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202199219-
CMYK0.080.0900.14
HSL249º21.74%81.96%-
HSV(B)249º9.13%85.88%-
XYZ57.5758.5275.28-
YUV202.18137.49127.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 199 (78.12% from 255) = 32.10%
BLUE value IS 219 (85.94% from 255) = 35.32%
R=32.58%
G=32.10%
B=35.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021992190.080.0900.1424921.7481.96
HexCAC7DB890Ef91652
Octal312307333101101637126122
Binary110010101100011111011011100010010111011111001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC7DB; }

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

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

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

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

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

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

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

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