#EADBDC

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

Shades of Pale Rose #EADBDC

Tints of Pale Rose #EADBDC

Color information

#EADBDC (or 0xEADBDC) is unknown color: approx Pale Rose. HEX triplet: EA, DB and DC. RGB value is (234,219,220). Sum of RGB (Red+Green+Blue) = 234+219+220=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBDC is #152423. Grayscale: #DFDFDF. Windows color (decimal): -1385508 or 14474218. OLE color: 14474218.

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

Color convert

RGB234219220-
CMYK00.060.060.08
HSL356º26.32%88.82%-
HSV(B)356º6.41%91.76%-
XYZ72.1873.3278.06-
YUV223.6125.97135.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.77%
GREEN value IS 219 (85.94% from 255) = 32.54%
BLUE value IS 220 (86.33% from 255) = 32.69%
R=34.77%
G=32.54%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421922000.060.060.0835626.3288.82
HexEADBDC06681641a59
Octal3523333340661054432131
Binary11101010110110111101110001101101000101100100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBDC; }

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

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

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

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

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

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

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

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