#EDD5DE

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

Shades of Classic Rose #EDD5DE

Tints of Classic Rose #EDD5DE

Color information

#EDD5DE (or 0xEDD5DE) is unknown color: approx Classic Rose. HEX triplet: ED, D5 and DE. RGB value is (237,213,222). Sum of RGB (Red+Green+Blue) = 237+213+222=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5DE is #122A21. Grayscale: #DDDDDD. Windows color (decimal): -1190434 or 14603757. OLE color: 14603757.

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

Color convert

RGB237213222-
CMYK00.100.060.07
HSL337.5º40%88.24%-
HSV(B)337.5º10.13%92.94%-
XYZ71.970.8779-
YUV221.2128.45139.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.27%
GREEN value IS 213 (83.59% from 255) = 31.70%
BLUE value IS 222 (87.11% from 255) = 33.04%
R=35.27%
G=31.70%
B=33.04%

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
Decimal23721322200.100.060.07337.54088.24
HexEDD5DE0A671522858
Octal3553253360126752250130
Binary111011011101010111011110010101101111010100101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD5DE; }

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

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

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

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

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

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

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

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