#EAD9E1

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

Shades of Prim #EAD9E1

Tints of Prim #EAD9E1

Color information

#EAD9E1 (or 0xEAD9E1) is unknown color: approx Prim. HEX triplet: EA, D9 and E1. RGB value is (234,217,225). Sum of RGB (Red+Green+Blue) = 234+217+225=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 225 (88.28% from 255 or 33.28% from 676); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9E1 is #15261E. Grayscale: #DEDEDE. Windows color (decimal): -1386015 or 14801386. OLE color: 14801386.

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

Color convert

RGB234217225-
CMYK00.070.040.08
HSL331.76º28.81%88.43%-
HSV(B)331.76º7.26%91.76%-
XYZ72.3472.5581.43-
YUV222.99129.13135.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.62%
GREEN value IS 217 (85.16% from 255) = 32.10%
BLUE value IS 225 (88.28% from 255) = 33.28%
R=34.62%
G=32.10%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421722500.070.040.08331.7628.8188.43
HexEAD9E1074814c1d58
Octal3523313410741051435130
Binary11101010110110011110000101111001000101001100111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9E1; }

 p { color: rgb(234,217,225); }

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

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

 a { background-color: rgb(234,217,225); }

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

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

 span { border-color: rgb(234,217,225); }

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