#CAC2EB

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

Shades of Melrose #CAC2EB

Tints of Melrose #CAC2EB

Color information

#CAC2EB (or 0xCAC2EB) is unknown color: approx Melrose. HEX triplet: CA, C2 and EB. RGB value is (202,194,235). Sum of RGB (Red+Green+Blue) = 202+194+235=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAC2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2EB is #353D14. Grayscale: #C8C8C8. Windows color (decimal): -3489045 or 15450826. OLE color: 15450826.

HSL color Cylindrical-coordinate representation of color #CAC2EB: hue angle of 251.71º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAC2EB is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202194235-
CMYK0.140.1700.08
HSL251.71º50.62%84.12%-
HSV(B)251.71º17.45%92.16%-
XYZ58.6457.1486.54-
YUV201.07147.15128.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 194 (76.17% from 255) = 30.74%
BLUE value IS 235 (92.19% from 255) = 37.24%
R=32.01%
G=30.74%
B=37.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021942350.140.1700.08251.7150.6284.12
HexCAC2EBE1108fc3354
Octal312302353162101037463124
Binary11001010110000101110101111101000101000111111001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC2EB; }

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

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

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

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

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

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

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

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