#EDD3DE

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

Shades of Classic Rose #EDD3DE

Tints of Classic Rose #EDD3DE

Color information

#EDD3DE (or 0xEDD3DE) is unknown color: approx Classic Rose. HEX triplet: ED, D3 and DE. RGB value is (237,211,222). Sum of RGB (Red+Green+Blue) = 237+211+222=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3DE is #122C21. Grayscale: #DCDCDC. Windows color (decimal): -1190946 or 14603245. OLE color: 14603245.

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

Color convert

RGB237211222-
CMYK00.110.060.07
HSL334.62º41.94%87.84%-
HSV(B)334.62º10.97%92.94%-
XYZ71.469.8778.83-
YUV220.03129.11140.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.37%
GREEN value IS 211 (82.81% from 255) = 31.49%
BLUE value IS 222 (87.11% from 255) = 33.13%
R=35.37%
G=31.49%
B=33.13%

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
Decimal23721122200.110.060.07334.6241.9487.84
HexEDD3DE0B6714f2a58
Octal3553233360136751752130
Binary111011011101001111011110010111101111010011111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD3DE; }

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

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

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

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

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

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

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

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