#CAC3EC

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

Shades of Melrose #CAC3EC

Tints of Melrose #CAC3EC

Color information

#CAC3EC (or 0xCAC3EC) is unknown color: approx Melrose. HEX triplet: CA, C3 and EC. RGB value is (202,195,236). Sum of RGB (Red+Green+Blue) = 202+195+236=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAC3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC3EC is #353C13. Grayscale: #C9C9C9. Windows color (decimal): -3488788 or 15516618. OLE color: 15516618.

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

Color convert

RGB202195236-
CMYK0.140.1700.07
HSL250.24º51.9%84.51%-
HSV(B)250.24º17.37%92.55%-
XYZ59.0157.6487.37-
YUV201.77147.32128.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 195 (76.56% from 255) = 30.81%
BLUE value IS 236 (92.58% from 255) = 37.28%
R=31.91%
G=30.81%
B=37.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021952360.140.1700.07250.2451.984.51
HexCAC3ECE1107fa3455
Octal31230335416210737264125
Binary1100101011000011111011001110100010111111110101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC3EC; }

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

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

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

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

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

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

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

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