#EDD8DB

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

Shades of Pale Rose #EDD8DB

Tints of Pale Rose #EDD8DB

Color information

#EDD8DB (or 0xEDD8DB) is unknown color: approx Pale Rose. HEX triplet: ED, D8 and DB. RGB value is (237,216,219). Sum of RGB (Red+Green+Blue) = 237+216+219=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8DB is #122724. Grayscale: #DEDEDE. Windows color (decimal): -1189669 or 14407917. OLE color: 14407917.

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

Color convert

RGB237216219-
CMYK00.090.080.07
HSL351.43º36.84%88.82%-
HSV(B)351.43º8.86%92.94%-
XYZ72.2772.2377.15-
YUV222.62125.96138.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.27%
GREEN value IS 216 (84.77% from 255) = 32.14%
BLUE value IS 219 (85.94% from 255) = 32.59%
R=35.27%
G=32.14%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721621900.090.080.07351.4336.8488.82
HexEDD8DB098715f2559
Octal35533033301110753745131
Binary1110110111011000110110110100110001111010111111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD8DB; }

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

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

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

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

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

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

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

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