#EAD7D9

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

Shades of Pale Rose #EAD7D9

Tints of Pale Rose #EAD7D9

Color information

#EAD7D9 (or 0xEAD7D9) is unknown color: approx Pale Rose. HEX triplet: EA, D7 and D9. RGB value is (234,215,217). Sum of RGB (Red+Green+Blue) = 234+215+217=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 215 (84.38% from 255 or 32.28% from 666); Blue value is 217 (85.16% from 255 or 32.58% from 666); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7D9 is #152826. Grayscale: #DCDCDC. Windows color (decimal): -1386535 or 14276586. OLE color: 14276586.

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

Color convert

RGB234215217-
CMYK00.080.070.08
HSL353.68º31.15%88.04%-
HSV(B)353.68º8.12%91.76%-
XYZ70.7671.175.64-
YUV220.91125.79137.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 215 (84.38% from 255) = 32.28%
BLUE value IS 217 (85.16% from 255) = 32.58%
R=35.14%
G=32.28%
B=32.58%

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
Decimal23421521700.080.070.08353.6831.1588.04
HexEAD7D908781621f58
Octal35232733101071054237130
Binary111010101101011111011001010001111000101100010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7D9; }

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

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

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

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

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

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

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

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