#EDD8DE

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

Shades of Pale Rose #EDD8DE

Tints of Pale Rose #EDD8DE

Color information

#EDD8DE (or 0xEDD8DE) is unknown color: approx Pale Rose. HEX triplet: ED, D8 and DE. RGB value is (237,216,222). Sum of RGB (Red+Green+Blue) = 237+216+222=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8DE is #122721. Grayscale: #DEDEDE. Windows color (decimal): -1189666 or 14604525. OLE color: 14604525.

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

Color convert

RGB237216222-
CMYK00.090.060.07
HSL342.86º36.84%88.82%-
HSV(B)342.86º8.86%92.94%-
XYZ72.6772.3979.25-
YUV222.96127.46138.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.11%
GREEN value IS 216 (84.77% from 255) = 32%
BLUE value IS 222 (87.11% from 255) = 32.89%
R=35.11%
G=32%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721622200.090.060.07342.8636.8488.82
HexEDD8DE09671572559
Octal3553303360116752745131
Binary111011011101100011011110010011101111010101111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD8DE; }

 p { color: rgb(237,216,222); }

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

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

 a { background-color: rgb(237,216,222); }

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

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

 span { border-color: rgb(237,216,222); }

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