#CAC4EB

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

Shades of Melrose #CAC4EB

Tints of Melrose #CAC4EB

Color information

#CAC4EB (or 0xCAC4EB) is unknown color: approx Melrose. HEX triplet: CA, C4 and EB. RGB value is (202,196,235). Sum of RGB (Red+Green+Blue) = 202+196+235=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAC4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC4EB is #353B14. Grayscale: #CACACA. Windows color (decimal): -3488533 or 15451338. OLE color: 15451338.

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

Color convert

RGB202196235-
CMYK0.140.1700.08
HSL249.23º49.37%84.51%-
HSV(B)249.23º16.6%92.16%-
XYZ59.0958.0386.68-
YUV202.24146.49127.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 196 (76.95% from 255) = 30.96%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=31.91%
G=30.96%
B=37.12%

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
Decimal2021962350.140.1700.08249.2349.3784.51
HexCAC4EBE1108f93155
Octal312304353162101037161125
Binary11001010110001001110101111101000101000111110011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC4EB; }

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

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

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

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

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

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

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

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