#EDD2E4

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

Shades of Classic Rose #EDD2E4

Tints of Classic Rose #EDD2E4

Color information

#EDD2E4 (or 0xEDD2E4) is unknown color: approx Classic Rose. HEX triplet: ED, D2 and E4. RGB value is (237,210,228). Sum of RGB (Red+Green+Blue) = 237+210+228=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 210 (82.42% from 255 or 31.11% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2E4 is #122D1B. Grayscale: #DCDCDC. Windows color (decimal): -1191196 or 14996205. OLE color: 14996205.

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

Color convert

RGB237210228-
CMYK00.110.040.07
HSL320º42.86%87.65%-
HSV(B)320º11.39%92.94%-
XYZ71.9869.783.06-
YUV220.12132.45140.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.11%
GREEN value IS 210 (82.42% from 255) = 31.11%
BLUE value IS 228 (89.45% from 255) = 33.78%
R=35.11%
G=31.11%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721022800.110.040.0732042.8687.65
HexEDD2E40B471402b58
Octal3553223440134750053130
Binary111011011101001011100100010111001111010000001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD2E4; }

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

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

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

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

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

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

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

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