#EAD5DE

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

Shades of Prim #EAD5DE

Tints of Prim #EAD5DE

Color information

#EAD5DE (or 0xEAD5DE) is unknown color: approx Prim. HEX triplet: EA, D5 and DE. RGB value is (234,213,222). Sum of RGB (Red+Green+Blue) = 234+213+222=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD5DE is #152A21. Grayscale: #DCDCDC. Windows color (decimal): -1387042 or 14603754. OLE color: 14603754.

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

Color convert

RGB234213222-
CMYK00.090.050.08
HSL334.29º33.33%87.65%-
HSV(B)334.29º8.97%91.76%-
XYZ70.9170.3578.95-
YUV220.3128.96137.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.98%
GREEN value IS 213 (83.59% from 255) = 31.84%
BLUE value IS 222 (87.11% from 255) = 33.18%
R=34.98%
G=31.84%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421322200.090.050.08334.2933.3387.65
HexEAD5DE095814e2158
Octal35232533601151051641130
Binary1110101011010101110111100100110110001010011101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5DE; }

 p { color: rgb(234,213,222); }

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

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

 a { background-color: rgb(234,213,222); }

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

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

 span { border-color: rgb(234,213,222); }

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