#EDD9E4

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

Shades of Classic Rose #EDD9E4

Tints of Classic Rose #EDD9E4

Color information

#EDD9E4 (or 0xEDD9E4) is unknown color: approx Classic Rose. HEX triplet: ED, D9 and E4. RGB value is (237,217,228). Sum of RGB (Red+Green+Blue) = 237+217+228=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 217 (85.16% from 255 or 31.82% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9E4 is #12261B. Grayscale: #E0E0E0. Windows color (decimal): -1189404 or 14997997. OLE color: 14997997.

HSL color Cylindrical-coordinate representation of color #EDD9E4: hue angle of 327º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDD9E4 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB237217228-
CMYK00.080.040.07
HSL327º35.71%89.02%-
HSV(B)327º8.44%92.94%-
XYZ73.7473.2383.65-
YUV224.23130.13137.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.75%
GREEN value IS 217 (85.16% from 255) = 31.82%
BLUE value IS 228 (89.45% from 255) = 33.43%
R=34.75%
G=31.82%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721722800.080.040.0732735.7189.02
HexEDD9E408471472459
Octal3553313440104750744131
Binary111011011101100111100100010001001111010001111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9E4; }

 p { color: rgb(237,217,228); }

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

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

 a { background-color: rgb(237,217,228); }

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

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

 span { border-color: rgb(237,217,228); }

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