#CAC6DA

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

Shades of Melrose #CAC6DA

Tints of Melrose #CAC6DA

Color information

#CAC6DA (or 0xCAC6DA) is unknown color: approx Melrose. HEX triplet: CA, C6 and DA. RGB value is (202,198,218). Sum of RGB (Red+Green+Blue) = 202+198+218=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAC6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6DA is #353925. Grayscale: #C9C9C9. Windows color (decimal): -3488038 or 14337738. OLE color: 14337738.

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

Color convert

RGB202198218-
CMYK0.070.0900.15
HSL252º21.28%81.57%-
HSV(B)252º9.17%85.49%-
XYZ57.2158.0174.51-
YUV201.48137.33128.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 198 (77.73% from 255) = 32.04%
BLUE value IS 218 (85.55% from 255) = 35.28%
R=32.69%
G=32.04%
B=35.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021982180.070.0900.1525221.2881.57
HexCAC6DA790Ffc1552
Octal31230633271101737425122
Binary11001010110001101101101011110010111111111100101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6DA; }

 p { color: rgb(202,198,218); }

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

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

 a { background-color: rgb(202,198,218); }

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

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

 span { border-color: rgb(202,198,218); }

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