#CAC0EC

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

Shades of Melrose #CAC0EC

Tints of Melrose #CAC0EC

Color information

#CAC0EC (or 0xCAC0EC) is unknown color: approx Melrose. HEX triplet: CA, C0 and EC. RGB value is (202,192,236). Sum of RGB (Red+Green+Blue) = 202+192+236=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAC0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC0EC is #353F13. Grayscale: #C7C7C7. Windows color (decimal): -3489556 or 15515850. OLE color: 15515850.

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

Color convert

RGB202192236-
CMYK0.140.1900.07
HSL253.64º53.66%83.92%-
HSV(B)253.64º18.64%92.55%-
XYZ58.3556.3187.15-
YUV200.01148.31129.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.06%
GREEN value IS 192 (75.39% from 255) = 30.48%
BLUE value IS 236 (92.58% from 255) = 37.46%
R=32.06%
G=30.48%
B=37.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021922360.140.1900.07253.6453.6683.92
HexCAC0ECE1307fe3654
Octal31230035416230737666124
Binary1100101011000000111011001110100110111111111101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC0EC; }

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

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

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

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

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

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

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

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