#EADDDE

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

Shades of Pale Rose #EADDDE

Tints of Pale Rose #EADDDE

Color information

#EADDDE (or 0xEADDDE) is unknown color: approx Pale Rose. HEX triplet: EA, DD and DE. RGB value is (234,221,222). Sum of RGB (Red+Green+Blue) = 234+221+222=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDDE is #152221. Grayscale: #E1E1E1. Windows color (decimal): -1384994 or 14605802. OLE color: 14605802.

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

Color convert

RGB234221222-
CMYK00.060.050.08
HSL355.38º23.64%89.22%-
HSV(B)355.38º5.56%91.76%-
XYZ72.9774.4879.64-
YUV225126.31134.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.56%
GREEN value IS 221 (86.72% from 255) = 32.64%
BLUE value IS 222 (87.11% from 255) = 32.79%
R=34.56%
G=32.64%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422122200.060.050.08355.3823.6489.22
HexEADDDE06581631859
Octal3523353360651054330131
Binary11101010110111011101111001101011000101100011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDDE; }

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

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

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

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

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

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

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

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