#EEDADC

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

Shades of Pale Rose #EEDADC

Tints of Pale Rose #EEDADC

Color information

#EEDADC (or 0xEEDADC) is unknown color: approx Pale Rose. HEX triplet: EE, DA and DC. RGB value is (238,218,220). Sum of RGB (Red+Green+Blue) = 238+218+220=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDADC is #112523. Grayscale: #E0E0E0. Windows color (decimal): -1123620 or 14473966. OLE color: 14473966.

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

Color convert

RGB238218220-
CMYK00.080.080.07
HSL354º37.04%89.41%-
HSV(B)354º8.4%93.33%-
XYZ73.2573.4978.03-
YUV224.21125.63137.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.21%
GREEN value IS 218 (85.55% from 255) = 32.25%
BLUE value IS 220 (86.33% from 255) = 32.54%
R=35.21%
G=32.25%
B=32.54%

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
Decimal23821822000.080.080.0735437.0489.41
HexEEDADC08871622559
Octal35633233401010754245131
Binary1110111011011010110111000100010001111011000101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDADC; }

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

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

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

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

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

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

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

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