#EAD9DD

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

Shades of Pale Rose #EAD9DD

Tints of Pale Rose #EAD9DD

Color information

#EAD9DD (or 0xEAD9DD) is unknown color: approx Pale Rose. HEX triplet: EA, D9 and DD. RGB value is (234,217,221). Sum of RGB (Red+Green+Blue) = 234+217+221=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9DD is #152622. Grayscale: #DEDEDE. Windows color (decimal): -1386019 or 14539242. OLE color: 14539242.

HSL color Cylindrical-coordinate representation of color #EAD9DD: hue angle of 345.88º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAD9DD is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234217221-
CMYK00.070.060.08
HSL345.88º28.81%88.43%-
HSV(B)345.88º7.26%91.76%-
XYZ71.872.3478.59-
YUV222.54127.13136.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.82%
GREEN value IS 217 (85.16% from 255) = 32.29%
BLUE value IS 221 (86.72% from 255) = 32.89%
R=34.82%
G=32.29%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421722100.070.060.08345.8828.8188.43
HexEAD9DD076815a1d58
Octal3523313350761053235130
Binary11101010110110011101110101111101000101011010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9DD; }

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

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

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

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

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

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

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

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