#EADBDE

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

Shades of Pale Rose #EADBDE

Tints of Pale Rose #EADBDE

Color information

#EADBDE (or 0xEADBDE) is unknown color: approx Pale Rose. HEX triplet: EA, DB and DE. RGB value is (234,219,222). Sum of RGB (Red+Green+Blue) = 234+219+222=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBDE is #152421. Grayscale: #DFDFDF. Windows color (decimal): -1385506 or 14605290. OLE color: 14605290.

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

Color convert

RGB234219222-
CMYK00.060.050.08
HSL348º26.32%88.82%-
HSV(B)348º6.41%91.76%-
XYZ72.4573.4379.46-
YUV223.83126.97135.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.67%
GREEN value IS 219 (85.94% from 255) = 32.44%
BLUE value IS 222 (87.11% from 255) = 32.89%
R=34.67%
G=32.44%
B=32.89%

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
Decimal23421922200.060.050.0834826.3288.82
HexEADBDE065815c1a59
Octal3523333360651053432131
Binary11101010110110111101111001101011000101011100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBDE; }

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

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

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

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

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

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

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

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