#CAC6E7

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

Shades of Melrose #CAC6E7

Tints of Melrose #CAC6E7

Color information

#CAC6E7 (or 0xCAC6E7) is unknown color: approx Melrose. HEX triplet: CA, C6 and E7. RGB value is (202,198,231). Sum of RGB (Red+Green+Blue) = 202+198+231=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 231 - color contains mainly: blue. Hex color #CAC6E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC6E7 is #353918. Grayscale: #CACACA. Windows color (decimal): -3488025 or 15189706. OLE color: 15189706.

HSL color Cylindrical-coordinate representation of color #CAC6E7: hue angle of 247.27º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAC6E7 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202198231-
CMYK0.130.1400.09
HSL247.27º40.74%84.12%-
HSV(B)247.27º14.29%90.59%-
XYZ58.9858.7183.83-
YUV202.96143.83127.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 198 (77.73% from 255) = 31.38%
BLUE value IS 231 (90.62% from 255) = 36.61%
R=32.01%
G=31.38%
B=36.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021982310.130.1400.09247.2740.7484.12
HexCAC6E7DE09f72954
Octal312306347151601136751124
Binary1100101011000110111001111101111001001111101111010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6E7; }

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

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

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

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

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

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

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

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