#EAD9DB

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

Shades of Pale Rose #EAD9DB

Tints of Pale Rose #EAD9DB

Color information

#EAD9DB (or 0xEAD9DB) is unknown color: approx Pale Rose. HEX triplet: EA, D9 and DB. RGB value is (234,217,219). Sum of RGB (Red+Green+Blue) = 234+217+219=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 217 (85.16% from 255 or 32.39% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9DB is #152624. Grayscale: #DEDEDE. Windows color (decimal): -1386021 or 14408170. OLE color: 14408170.

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

Color convert

RGB234217219-
CMYK00.070.060.08
HSL352.94º28.81%88.43%-
HSV(B)352.94º7.26%91.76%-
XYZ71.5372.2377.19-
YUV222.31126.13136.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.93%
GREEN value IS 217 (85.16% from 255) = 32.39%
BLUE value IS 219 (85.94% from 255) = 32.69%
R=34.93%
G=32.39%
B=32.69%

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
Decimal23421721900.070.060.08352.9428.8188.43
HexEAD9DB07681611d58
Octal3523313330761054135130
Binary11101010110110011101101101111101000101100001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9DB; }

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

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

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

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

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

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

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

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