#EDD5DF

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

Shades of Classic Rose #EDD5DF

Tints of Classic Rose #EDD5DF

Color information

#EDD5DF (or 0xEDD5DF) is unknown color: approx Classic Rose. HEX triplet: ED, D5 and DF. RGB value is (237,213,223). Sum of RGB (Red+Green+Blue) = 237+213+223=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5DF is #122A20. Grayscale: #DDDDDD. Windows color (decimal): -1190433 or 14669293. OLE color: 14669293.

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

Color convert

RGB237213223-
CMYK00.100.060.07
HSL335º40%88.24%-
HSV(B)335º10.13%92.94%-
XYZ72.0470.9279.7-
YUV221.32128.95139.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.22%
GREEN value IS 213 (83.59% from 255) = 31.65%
BLUE value IS 223 (87.5% from 255) = 33.14%
R=35.22%
G=31.65%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721322300.100.060.073354088.24
HexEDD5DF0A6714f2858
Octal3553253370126751750130
Binary111011011101010111011111010101101111010011111010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD5DF; }

 p { color: rgb(237,213,223); }

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

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

 a { background-color: rgb(237,213,223); }

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

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

 span { border-color: rgb(237,213,223); }

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