#E8CAD4

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

Shades of Prim #E8CAD4

Tints of Prim #E8CAD4

Color information

#E8CAD4 (or 0xE8CAD4) is unknown color: approx Prim. HEX triplet: E8, CA and D4. RGB value is (232,202,212). Sum of RGB (Red+Green+Blue) = 232+202+212=646 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.91% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 212 (83.20% from 255 or 32.82% from 646); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CAD4 is #17352B. Grayscale: #D4D4D4. Windows color (decimal): -1520940 or 13945576. OLE color: 13945576.

HSL color Cylindrical-coordinate representation of color #E8CAD4: hue angle of 340º degrees, saturation: 0.39, 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 #E8CAD4 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB232202212-
CMYK00.130.090.09
HSL340º39.47%85.1%-
HSV(B)340º12.93%90.98%-
XYZ66.2864.1571.18-
YUV212.11127.94142.19-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.91%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 212 (83.20% from 255) = 32.82%
R=35.91%
G=31.27%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220221200.130.090.0934039.4785.1
HexE8CAD40D991542755
Octal350312324015111152447125
Binary11101000110010101101010001101100110011010101001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CAD4; }

 p { color: rgb(232,202,212); }

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

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

 a { background-color: rgb(232,202,212); }

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

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

 span { border-color: rgb(232,202,212); }

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