#EAD7DD

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

Shades of Pale Rose #EAD7DD

Tints of Pale Rose #EAD7DD

Color information

#EAD7DD (or 0xEAD7DD) is unknown color: approx Pale Rose. HEX triplet: EA, D7 and DD. RGB value is (234,215,221). Sum of RGB (Red+Green+Blue) = 234+215+221=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7DD is #152822. Grayscale: #DDDDDD. Windows color (decimal): -1386531 or 14538730. OLE color: 14538730.

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

Color convert

RGB234215221-
CMYK00.080.060.08
HSL341.05º31.15%88.04%-
HSV(B)341.05º8.12%91.76%-
XYZ71.2871.3178.41-
YUV221.36127.79137.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.93%
GREEN value IS 215 (84.38% from 255) = 32.09%
BLUE value IS 221 (86.72% from 255) = 32.99%
R=34.93%
G=32.09%
B=32.99%

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
Decimal23421522100.080.060.08341.0531.1588.04
HexEAD7DD08681551f58
Octal35232733501061052537130
Binary111010101101011111011101010001101000101010101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7DD; }

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

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

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

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

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

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

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

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