#EED6D9

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

Shades of Pale Rose #EED6D9

Tints of Pale Rose #EED6D9

Color information

#EED6D9 (or 0xEED6D9) is unknown color: approx Pale Rose. HEX triplet: EE, D6 and D9. RGB value is (238,214,217). Sum of RGB (Red+Green+Blue) = 238+214+217=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 217 (85.16% from 255 or 32.44% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6D9 is #112926. Grayscale: #DDDDDD. Windows color (decimal): -1124647 or 14276334. OLE color: 14276334.

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

Color convert

RGB238214217-
CMYK00.100.090.07
HSL352.5º41.38%88.63%-
HSV(B)352.5º10.08%93.33%-
XYZ71.8371.2875.62-
YUV221.52125.45139.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.58%
GREEN value IS 214 (83.98% from 255) = 31.99%
BLUE value IS 217 (85.16% from 255) = 32.44%
R=35.58%
G=31.99%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821421700.100.090.07352.541.3888.63
HexEED6D90A971602959
Octal35632633101211754051131
Binary1110111011010110110110010101010011111011000001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6D9; }

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

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

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

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

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

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

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

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