#CAC2E7

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

Shades of Melrose #CAC2E7

Tints of Melrose #CAC2E7

Color information

#CAC2E7 (or 0xCAC2E7) is unknown color: approx Melrose. HEX triplet: CA, C2 and E7. RGB value is (202,194,231). Sum of RGB (Red+Green+Blue) = 202+194+231=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 231 - color contains mainly: blue. Hex color #CAC2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2E7 is #353D18. Grayscale: #C8C8C8. Windows color (decimal): -3489049 or 15188682. OLE color: 15188682.

HSL color Cylindrical-coordinate representation of color #CAC2E7: hue angle of 252.97º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAC2E7 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202194231-
CMYK0.130.1600.09
HSL252.97º43.53%83.33%-
HSV(B)252.97º16.02%90.59%-
XYZ58.0756.9183.53-
YUV200.61145.15128.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.22%
GREEN value IS 194 (76.17% from 255) = 30.94%
BLUE value IS 231 (90.62% from 255) = 36.84%
R=32.22%
G=30.94%
B=36.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021942310.130.1600.09252.9743.5383.33
HexCAC2E7D1009fd2c53
Octal312302347152001137554123
Binary11001010110000101110011111011000001001111111011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC2E7; }

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

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

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

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

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

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

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

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