#CAC4EA

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

Shades of Melrose #CAC4EA

Tints of Melrose #CAC4EA

Color information

#CAC4EA (or 0xCAC4EA) is unknown color: approx Melrose. HEX triplet: CA, C4 and EA. RGB value is (202,196,234). Sum of RGB (Red+Green+Blue) = 202+196+234=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAC4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC4EA is #353B15. Grayscale: #C9C9C9. Windows color (decimal): -3488534 or 15385802. OLE color: 15385802.

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

Color convert

RGB202196234-
CMYK0.140.1600.08
HSL249.47º47.5%84.31%-
HSV(B)249.47º16.24%91.76%-
XYZ58.9557.9885.93-
YUV202.13145.99127.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 196 (76.95% from 255) = 31.01%
BLUE value IS 234 (91.80% from 255) = 37.03%
R=31.96%
G=31.01%
B=37.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021962340.140.1600.08249.4747.584.31
HexCAC4EAE1008f92f54
Octal312304352162001037157124
Binary11001010110001001110101011101000001000111110011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC4EA; }

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

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

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

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

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

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

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

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