#EDDCDE

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

Shades of Pale Rose #EDDCDE

Tints of Pale Rose #EDDCDE

Color information

#EDDCDE (or 0xEDDCDE) is unknown color: approx Pale Rose. HEX triplet: ED, DC and DE. RGB value is (237,220,222). Sum of RGB (Red+Green+Blue) = 237+220+222=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCDE is #122321. Grayscale: #E1E1E1. Windows color (decimal): -1188642 or 14605549. OLE color: 14605549.

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

Color convert

RGB237220222-
CMYK00.070.060.07
HSL352.94º32.08%89.61%-
HSV(B)352.94º7.17%92.94%-
XYZ73.774.4679.6-
YUV225.31126.13136.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.90%
GREEN value IS 220 (86.33% from 255) = 32.40%
BLUE value IS 222 (87.11% from 255) = 32.70%
R=34.90%
G=32.40%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722022200.070.060.07352.9432.0889.61
HexEDDCDE0767161205a
Octal355334336076754140132
Binary11101101110111001101111001111101111011000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCDE; }

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

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

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

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

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

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

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

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