#EED6DD

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

Shades of Pale Rose #EED6DD

Tints of Pale Rose #EED6DD

Color information

#EED6DD (or 0xEED6DD) is unknown color: approx Pale Rose. HEX triplet: EE, D6 and DD. RGB value is (238,214,221). Sum of RGB (Red+Green+Blue) = 238+214+221=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6DD is #112922. Grayscale: #DDDDDD. Windows color (decimal): -1124643 or 14538478. OLE color: 14538478.

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

Color convert

RGB238214221-
CMYK00.100.070.07
HSL342.5º41.38%88.63%-
HSV(B)342.5º10.08%93.33%-
XYZ72.3671.4978.39-
YUV221.97127.45139.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.36%
GREEN value IS 214 (83.98% from 255) = 31.80%
BLUE value IS 221 (86.72% from 255) = 32.84%
R=35.36%
G=31.80%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821422100.100.070.07342.541.3888.63
HexEED6DD0A771562959
Octal3563263350127752651131
Binary111011101101011011011101010101111111010101101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6DD; }

 p { color: rgb(238,214,221); }

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

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

 a { background-color: rgb(238,214,221); }

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

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

 span { border-color: rgb(238,214,221); }

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