#EDD0DC

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

Shades of Classic Rose #EDD0DC

Tints of Classic Rose #EDD0DC

Color information

#EDD0DC (or 0xEDD0DC) is unknown color: approx Classic Rose. HEX triplet: ED, D0 and DC. RGB value is (237,208,220). Sum of RGB (Red+Green+Blue) = 237+208+220=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0DC is #122F23. Grayscale: #DADADA. Windows color (decimal): -1191716 or 14471405. OLE color: 14471405.

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

Color convert

RGB237208220-
CMYK00.120.070.07
HSL335.17º44.62%87.25%-
HSV(B)335.17º12.24%92.94%-
XYZ70.468.2877.18-
YUV218.04129.11141.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 208 (81.64% from 255) = 31.28%
BLUE value IS 220 (86.33% from 255) = 33.08%
R=35.64%
G=31.28%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720822000.120.070.07335.1744.6287.25
HexEDD0DC0C7714f2d57
Octal3553203340147751755127
Binary111011011101000011011100011001111111010011111011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0DC; }

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

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

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

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

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

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

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

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