#EAD5DD

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

Shades of Prim #EAD5DD

Tints of Prim #EAD5DD

Color information

#EAD5DD (or 0xEAD5DD) is unknown color: approx Prim. HEX triplet: EA, D5 and DD. RGB value is (234,213,221). Sum of RGB (Red+Green+Blue) = 234+213+221=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 213 (83.59% from 255 or 31.89% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD5DD is #152A22. Grayscale: #DCDCDC. Windows color (decimal): -1387043 or 14538218. OLE color: 14538218.

HSL color Cylindrical-coordinate representation of color #EAD5DD: hue angle of 337.14º 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 #EAD5DD is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234213221-
CMYK00.090.060.08
HSL337.14º33.33%87.65%-
HSV(B)337.14º8.97%91.76%-
XYZ70.7870.378.25-
YUV220.19128.46137.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.03%
GREEN value IS 213 (83.59% from 255) = 31.89%
BLUE value IS 221 (86.72% from 255) = 33.08%
R=35.03%
G=31.89%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421322100.090.060.08337.1433.3387.65
HexEAD5DD09681512158
Octal35232533501161052141130
Binary1110101011010101110111010100111010001010100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5DD; }

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

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

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

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

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

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

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

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