#EDDCDD

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

Shades of Pale Rose #EDDCDD

Tints of Pale Rose #EDDCDD

Color information

#EDDCDD (or 0xEDDCDD) is unknown color: approx Pale Rose. HEX triplet: ED, DC and DD. RGB value is (237,220,221). Sum of RGB (Red+Green+Blue) = 237+220+221=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCDD is #122322. Grayscale: #E1E1E1. Windows color (decimal): -1188643 or 14540013. OLE color: 14540013.

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

Color convert

RGB237220221-
CMYK00.070.070.07
HSL356.47º32.08%89.61%-
HSV(B)356.47º7.17%92.94%-
XYZ73.5774.4178.89-
YUV225.2125.63136.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.96%
GREEN value IS 220 (86.33% from 255) = 32.45%
BLUE value IS 221 (86.72% from 255) = 32.60%
R=34.96%
G=32.45%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722022100.070.070.07356.4732.0889.61
HexEDDCDD0777164205a
Octal355334335077754440132
Binary11101101110111001101110101111111111011001001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCDD; }

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

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

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

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

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

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

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

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