#EDD3DD

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

Shades of Classic Rose #EDD3DD

Tints of Classic Rose #EDD3DD

Color information

#EDD3DD (or 0xEDD3DD) is unknown color: approx Classic Rose. HEX triplet: ED, D3 and DD. RGB value is (237,211,221). Sum of RGB (Red+Green+Blue) = 237+211+221=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3DD is #122C22. Grayscale: #DBDBDB. Windows color (decimal): -1190947 or 14537709. OLE color: 14537709.

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

Color convert

RGB237211221-
CMYK00.110.070.07
HSL336.92º41.94%87.84%-
HSV(B)336.92º10.97%92.94%-
XYZ71.2769.8178.13-
YUV219.91128.61140.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 211 (82.81% from 255) = 31.54%
BLUE value IS 221 (86.72% from 255) = 33.03%
R=35.43%
G=31.54%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721122100.110.070.07336.9241.9487.84
HexEDD3DD0B771512a58
Octal3553233350137752152130
Binary111011011101001111011101010111111111010100011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD3DD; }

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

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

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

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

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

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

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

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