#EDD0DE

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

Shades of Classic Rose #EDD0DE

Tints of Classic Rose #EDD0DE

Color information

#EDD0DE (or 0xEDD0DE) is unknown color: approx Classic Rose. HEX triplet: ED, D0 and DE. RGB value is (237,208,222). Sum of RGB (Red+Green+Blue) = 237+208+222=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0DE is #122F21. Grayscale: #DADADA. Windows color (decimal): -1191714 or 14602477. OLE color: 14602477.

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

Color convert

RGB237208222-
CMYK00.120.060.07
HSL331.03º44.62%87.25%-
HSV(B)331.03º12.24%92.94%-
XYZ70.6768.3978.58-
YUV218.27130.11141.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 208 (81.64% from 255) = 31.18%
BLUE value IS 222 (87.11% from 255) = 33.28%
R=35.53%
G=31.18%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720822200.120.060.07331.0344.6287.25
HexEDD0DE0C6714b2d57
Octal3553203360146751355127
Binary111011011101000011011110011001101111010010111011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0DE; }

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

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

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

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

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

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

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

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