#EAD8D9

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

Shades of Pale Rose #EAD8D9

Tints of Pale Rose #EAD8D9

Color information

#EAD8D9 (or 0xEAD8D9) is unknown color: approx Pale Rose. HEX triplet: EA, D8 and D9. RGB value is (234,216,217). Sum of RGB (Red+Green+Blue) = 234+216+217=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 216 (84.77% from 255 or 32.38% from 667); Blue value is 217 (85.16% from 255 or 32.53% from 667); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD8D9 is #152726. Grayscale: #DDDDDD. Windows color (decimal): -1386279 or 14276842. OLE color: 14276842.

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

Color convert

RGB234216217-
CMYK00.080.070.08
HSL356.67º30%88.24%-
HSV(B)356.67º7.69%91.76%-
XYZ71.0171.6175.73-
YUV221.5125.46136.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 216 (84.77% from 255) = 32.38%
BLUE value IS 217 (85.16% from 255) = 32.53%
R=35.08%
G=32.38%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421621700.080.070.08356.673088.24
HexEAD8D908781651e58
Octal35233033101071054536130
Binary111010101101100011011001010001111000101100101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8D9; }

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

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

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

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

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

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

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

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