#EDD2DE

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

Shades of Classic Rose #EDD2DE

Tints of Classic Rose #EDD2DE

Color information

#EDD2DE (or 0xEDD2DE) is unknown color: approx Classic Rose. HEX triplet: ED, D2 and DE. RGB value is (237,210,222). Sum of RGB (Red+Green+Blue) = 237+210+222=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2DE is #122D21. Grayscale: #DBDBDB. Windows color (decimal): -1191202 or 14602989. OLE color: 14602989.

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

Color convert

RGB237210222-
CMYK00.110.060.07
HSL333.33º42.86%87.65%-
HSV(B)333.33º11.39%92.94%-
XYZ71.1669.3778.75-
YUV219.44129.45140.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 210 (82.42% from 255) = 31.39%
BLUE value IS 222 (87.11% from 255) = 33.18%
R=35.43%
G=31.39%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721022200.110.060.07333.3342.8687.65
HexEDD2DE0B6714d2b58
Octal3553223360136751553130
Binary111011011101001011011110010111101111010011011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD2DE; }

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

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

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

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

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

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

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

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