#EAD4DD

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

Shades of Prim #EAD4DD

Tints of Prim #EAD4DD

Color information

#EAD4DD (or 0xEAD4DD) is unknown color: approx Prim. HEX triplet: EA, D4 and DD. RGB value is (234,212,221). Sum of RGB (Red+Green+Blue) = 234+212+221=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 212 (83.20% from 255 or 31.78% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD4DD is #152B22. Grayscale: #DBDBDB. Windows color (decimal): -1387299 or 14537962. OLE color: 14537962.

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

Color convert

RGB234212221-
CMYK00.090.060.08
HSL335.45º34.38%87.45%-
HSV(B)335.45º9.4%91.76%-
XYZ70.5369.878.16-
YUV219.6128.79138.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 212 (83.20% from 255) = 31.78%
BLUE value IS 221 (86.72% from 255) = 33.13%
R=35.08%
G=31.78%
B=33.13%

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
Decimal23421222100.090.060.08335.4534.3887.45
HexEAD4DD096814f2257
Octal35232433501161051742127
Binary1110101011010100110111010100111010001010011111000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD4DD; }

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

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

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

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

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

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

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

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