#CAC2EC

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

Shades of Melrose #CAC2EC

Tints of Melrose #CAC2EC

Color information

#CAC2EC (or 0xCAC2EC) is unknown color: approx Melrose. HEX triplet: CA, C2 and EC. RGB value is (202,194,236). Sum of RGB (Red+Green+Blue) = 202+194+236=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAC2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2EC is #353D13. Grayscale: #C9C9C9. Windows color (decimal): -3489044 or 15516362. OLE color: 15516362.

HSL color Cylindrical-coordinate representation of color #CAC2EC: hue angle of 251.43º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAC2EC is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202194236-
CMYK0.140.1800.07
HSL251.43º52.5%84.31%-
HSV(B)251.43º17.8%92.55%-
XYZ58.7957.287.3-
YUV201.18147.65128.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 194 (76.17% from 255) = 30.70%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=31.96%
G=30.70%
B=37.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021942360.140.1800.07251.4352.584.31
HexCAC2ECE1207fb3454
Octal31230235416220737364124
Binary1100101011000010111011001110100100111111110111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC2EC; }

 p { color: rgb(202,194,236); }

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

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

 a { background-color: rgb(202,194,236); }

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

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

 span { border-color: rgb(202,194,236); }

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