#EEDADB

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

Shades of Pale Rose #EEDADB

Tints of Pale Rose #EEDADB

Color information

#EEDADB (or 0xEEDADB) is unknown color: approx Pale Rose. HEX triplet: EE, DA and DB. RGB value is (238,218,219). Sum of RGB (Red+Green+Blue) = 238+218+219=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDADB is #112524. Grayscale: #E0E0E0. Windows color (decimal): -1123621 or 14408430. OLE color: 14408430.

HSL color Cylindrical-coordinate representation of color #EEDADB: hue angle of 357º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDADB is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB238218219-
CMYK00.080.080.07
HSL357º37.04%89.41%-
HSV(B)357º8.4%93.33%-
XYZ73.1273.4377.34-
YUV224.09125.13137.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.26%
GREEN value IS 218 (85.55% from 255) = 32.30%
BLUE value IS 219 (85.94% from 255) = 32.44%
R=35.26%
G=32.30%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821821900.080.080.0735737.0489.41
HexEEDADB08871652559
Octal35633233301010754545131
Binary1110111011011010110110110100010001111011001011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDADB; }

 p { color: rgb(238,218,219); }

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

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

 a { background-color: rgb(238,218,219); }

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

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

 span { border-color: rgb(238,218,219); }

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