#EAD1D9

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

Shades of Prim #EAD1D9

Tints of Prim #EAD1D9

Color information

#EAD1D9 (or 0xEAD1D9) is unknown color: approx Prim. HEX triplet: EA, D1 and D9. RGB value is (234,209,217). Sum of RGB (Red+Green+Blue) = 234+209+217=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 217 (85.16% from 255 or 32.88% from 660); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD1D9 is #152E26. Grayscale: #D9D9D9. Windows color (decimal): -1388071 or 14275050. OLE color: 14275050.

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

Color convert

RGB234209217-
CMYK00.110.070.08
HSL340.8º37.31%86.86%-
HSV(B)340.8º10.68%91.76%-
XYZ69.2668.175.14-
YUV217.39127.78139.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.45%
GREEN value IS 209 (82.03% from 255) = 31.67%
BLUE value IS 217 (85.16% from 255) = 32.88%
R=35.45%
G=31.67%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420921700.110.070.08340.837.3186.86
HexEAD1D90B781552557
Octal35232133101371052545127
Binary1110101011010001110110010101111110001010101011001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1D9; }

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

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

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

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

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

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

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

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