#EDDADC

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

Shades of Pale Rose #EDDADC

Tints of Pale Rose #EDDADC

Color information

#EDDADC (or 0xEDDADC) is unknown color: approx Pale Rose. HEX triplet: ED, DA and DC. RGB value is (237,218,220). Sum of RGB (Red+Green+Blue) = 237+218+220=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDADC is #122523. Grayscale: #DFDFDF. Windows color (decimal): -1189156 or 14473965. OLE color: 14473965.

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

Color convert

RGB237218220-
CMYK00.080.070.07
HSL353.68º34.55%89.22%-
HSV(B)353.68º8.02%92.94%-
XYZ72.9173.3178.02-
YUV223.91125.79137.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.11%
GREEN value IS 218 (85.55% from 255) = 32.30%
BLUE value IS 220 (86.33% from 255) = 32.59%
R=35.11%
G=32.30%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721822000.080.070.07353.6834.5589.22
HexEDDADC08771622359
Octal3553323340107754243131
Binary111011011101101011011100010001111111011000101000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDADC; }

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

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

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

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

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

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

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

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