#E7CAD8

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

Shades of Prim #E7CAD8

Tints of Prim #E7CAD8

Color information

#E7CAD8 (or 0xE7CAD8) is unknown color: approx Prim. HEX triplet: E7, CA and D8. RGB value is (231,202,216). Sum of RGB (Red+Green+Blue) = 231+202+216=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 216 (84.77% from 255 or 33.28% from 649); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CAD8 is #183527. Grayscale: #D4D4D4. Windows color (decimal): -1586472 or 14207719. OLE color: 14207719.

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

Color convert

RGB231202216-
CMYK00.130.060.09
HSL331.03º37.66%84.9%-
HSV(B)331.03º12.55%90.59%-
XYZ66.4764.1973.85-
YUV212.27130.11141.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.59%
GREEN value IS 202 (79.30% from 255) = 31.12%
BLUE value IS 216 (84.77% from 255) = 33.28%
R=35.59%
G=31.12%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120221600.130.060.09331.0337.6684.9
HexE7CAD80D6914b2655
Octal34731233001561151346125
Binary1110011111001010110110000110111010011010010111001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CAD8; }

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

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

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

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

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

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

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

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