#EAD2D7

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

Shades of Pale Rose #EAD2D7

Tints of Pale Rose #EAD2D7

Color information

#EAD2D7 (or 0xEAD2D7) is unknown color: approx Pale Rose. HEX triplet: EA, D2 and D7. RGB value is (234,210,215). Sum of RGB (Red+Green+Blue) = 234+210+215=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 210 (82.42% from 255 or 31.87% from 659); Blue value is 215 (84.38% from 255 or 32.63% from 659); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD2D7 is #152D28. Grayscale: #D9D9D9. Windows color (decimal): -1387817 or 14144234. OLE color: 14144234.

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

Color convert

RGB234210215-
CMYK00.100.080.08
HSL347.5º36.36%87.06%-
HSV(B)347.5º10.26%91.76%-
XYZ69.2468.4973.86-
YUV217.75126.45139.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 210 (82.42% from 255) = 31.87%
BLUE value IS 215 (84.38% from 255) = 32.63%
R=35.51%
G=31.87%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421021500.100.080.08347.536.3687.06
HexEAD2D70A8815c2457
Octal352322327012101053444127
Binary11101010110100101101011101010100010001010111001001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2D7; }

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

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

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

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

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

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

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

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