#EAD7E0

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

Shades of Prim #EAD7E0

Tints of Prim #EAD7E0

Color information

#EAD7E0 (or 0xEAD7E0) is unknown color: approx Prim. HEX triplet: EA, D7 and E0. RGB value is (234,215,224). Sum of RGB (Red+Green+Blue) = 234+215+224=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 215 (84.38% from 255 or 31.95% from 673); Blue value is 224 (87.89% from 255 or 33.28% from 673); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7E0 is #15281F. Grayscale: #DDDDDD. Windows color (decimal): -1386528 or 14735338. OLE color: 14735338.

HSL color Cylindrical-coordinate representation of color #EAD7E0: hue angle of 331.58º degrees, saturation: 0.31, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAD7E0 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB234215224-
CMYK00.080.040.08
HSL331.58º31.15%88.04%-
HSV(B)331.58º8.12%91.76%-
XYZ71.6971.4880.54-
YUV221.71129.29136.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.77%
GREEN value IS 215 (84.38% from 255) = 31.95%
BLUE value IS 224 (87.89% from 255) = 33.28%
R=34.77%
G=31.95%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421522400.080.040.08331.5831.1588.04
HexEAD7E0084814c1f58
Octal35232734001041051437130
Binary111010101101011111100000010001001000101001100111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7E0; }

 p { color: rgb(234,215,224); }

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

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

 a { background-color: rgb(234,215,224); }

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

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

 span { border-color: rgb(234,215,224); }

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