#EAD7DA

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

Shades of Pale Rose #EAD7DA

Tints of Pale Rose #EAD7DA

Color information

#EAD7DA (or 0xEAD7DA) is unknown color: approx Pale Rose. HEX triplet: EA, D7 and DA. RGB value is (234,215,218). Sum of RGB (Red+Green+Blue) = 234+215+218=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 215 (84.38% from 255 or 32.23% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7DA is #152825. Grayscale: #DDDDDD. Windows color (decimal): -1386534 or 14342122. OLE color: 14342122.

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

Color convert

RGB234215218-
CMYK00.080.070.08
HSL350.53º31.15%88.04%-
HSV(B)350.53º8.12%91.76%-
XYZ70.8971.1676.33-
YUV221.02126.29137.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 215 (84.38% from 255) = 32.23%
BLUE value IS 218 (85.55% from 255) = 32.68%
R=35.08%
G=32.23%
B=32.68%

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
Decimal23421521800.080.070.08350.5331.1588.04
HexEAD7DA087815f1f58
Octal35232733201071053737130
Binary111010101101011111011010010001111000101011111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7DA; }

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

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

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

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

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

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

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

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