#CAC0EF

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

Shades of Melrose #CAC0EF

Tints of Melrose #CAC0EF

Color information

#CAC0EF (or 0xCAC0EF) is unknown color: approx Melrose. HEX triplet: CA, C0 and EF. RGB value is (202,192,239). Sum of RGB (Red+Green+Blue) = 202+192+239=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAC0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC0EF is #353F10. Grayscale: #C8C8C8. Windows color (decimal): -3489553 or 15712458. OLE color: 15712458.

HSL color Cylindrical-coordinate representation of color #CAC0EF: hue angle of 252.77º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAC0EF is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202192239-
CMYK0.150.2000.06
HSL252.77º59.49%84.51%-
HSV(B)252.77º19.67%93.73%-
XYZ58.7956.4989.47-
YUV200.35149.81129.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 192 (75.39% from 255) = 30.33%
BLUE value IS 239 (93.75% from 255) = 37.76%
R=31.91%
G=30.33%
B=37.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021922390.150.2000.06252.7759.4984.51
HexCAC0EFF1406fd3b55
Octal31230035717240637573125
Binary1100101011000000111011111111101000110111111011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC0EF; }

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

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

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

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

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

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

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

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