#EDD8DD

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

Shades of Pale Rose #EDD8DD

Tints of Pale Rose #EDD8DD

Color information

#EDD8DD (or 0xEDD8DD) is unknown color: approx Pale Rose. HEX triplet: ED, D8 and DD. RGB value is (237,216,221). Sum of RGB (Red+Green+Blue) = 237+216+221=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8DD is #122722. Grayscale: #DEDEDE. Windows color (decimal): -1189667 or 14538989. OLE color: 14538989.

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

Color convert

RGB237216221-
CMYK00.090.070.07
HSL345.71º36.84%88.82%-
HSV(B)345.71º8.86%92.94%-
XYZ72.5372.3478.55-
YUV222.85126.96138.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 216 (84.77% from 255) = 32.05%
BLUE value IS 221 (86.72% from 255) = 32.79%
R=35.16%
G=32.05%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721622100.090.070.07345.7136.8488.82
HexEDD8DD097715a2559
Octal3553303350117753245131
Binary111011011101100011011101010011111111010110101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD8DD; }

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

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

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

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

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

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

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

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