#EDD8DC

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

Shades of Pale Rose #EDD8DC

Tints of Pale Rose #EDD8DC

Color information

#EDD8DC (or 0xEDD8DC) is unknown color: approx Pale Rose. HEX triplet: ED, D8 and DC. RGB value is (237,216,220). Sum of RGB (Red+Green+Blue) = 237+216+220=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8DC is #122723. Grayscale: #DEDEDE. Windows color (decimal): -1189668 or 14473453. OLE color: 14473453.

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

Color convert

RGB237216220-
CMYK00.090.070.07
HSL348.57º36.84%88.82%-
HSV(B)348.57º8.86%92.94%-
XYZ72.472.2877.85-
YUV222.74126.46138.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.22%
GREEN value IS 216 (84.77% from 255) = 32.10%
BLUE value IS 220 (86.33% from 255) = 32.69%
R=35.22%
G=32.10%
B=32.69%

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
Decimal23721622000.090.070.07348.5736.8488.82
HexEDD8DC097715d2559
Octal3553303340117753545131
Binary111011011101100011011100010011111111010111011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD8DC; }

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

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

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

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

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

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

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

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