#EDD4DF

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

Shades of Classic Rose #EDD4DF

Tints of Classic Rose #EDD4DF

Color information

#EDD4DF (or 0xEDD4DF) is unknown color: approx Classic Rose. HEX triplet: ED, D4 and DF. RGB value is (237,212,223). Sum of RGB (Red+Green+Blue) = 237+212+223=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 212 (83.20% from 255 or 31.55% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4DF is #122B20. Grayscale: #DCDCDC. Windows color (decimal): -1190689 or 14669037. OLE color: 14669037.

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

Color convert

RGB237212223-
CMYK00.110.060.07
HSL333.6º40.98%88.04%-
HSV(B)333.6º10.55%92.94%-
XYZ71.7970.4279.62-
YUV220.73129.28139.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.27%
GREEN value IS 212 (83.20% from 255) = 31.55%
BLUE value IS 223 (87.5% from 255) = 33.18%
R=35.27%
G=31.55%
B=33.18%

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
Decimal23721222300.110.060.07333.640.9888.04
HexEDD4DF0B6714e2958
Octal3553243370136751651130
Binary111011011101010011011111010111101111010011101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD4DF; }

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

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

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

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

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

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

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

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