#EAD8DD

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

Shades of Pale Rose #EAD8DD

Tints of Pale Rose #EAD8DD

Color information

#EAD8DD (or 0xEAD8DD) is unknown color: approx Pale Rose. HEX triplet: EA, D8 and DD. RGB value is (234,216,221). Sum of RGB (Red+Green+Blue) = 234+216+221=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD8DD is #152722. Grayscale: #DDDDDD. Windows color (decimal): -1386275 or 14538986. OLE color: 14538986.

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

Color convert

RGB234216221-
CMYK00.080.060.08
HSL343.33º30%88.24%-
HSV(B)343.33º7.69%91.76%-
XYZ71.5471.8278.5-
YUV221.95127.46136.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 216 (84.77% from 255) = 32.19%
BLUE value IS 221 (86.72% from 255) = 32.94%
R=34.87%
G=32.19%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421622100.080.060.08343.333088.24
HexEAD8DD08681571e58
Octal35233033501061052736130
Binary111010101101100011011101010001101000101010111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8DD; }

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

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

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

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

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

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

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

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