Html Css Color HEX #EDD4DF Classic Rose

📋 copy color: '#EDD4DF'

red 237 ◦ green 212 ◦ blue 223

#EDD4DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #EDD4DF

Tints of Classic Rose #EDD4DF

RGB

 RED value IS 237 (92.97% from 255) = 35.27%

 GREEN value IS 212 (83.2% 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 value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDD4DF (or 0xEDD4DF) is known color: 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

RGB 237 212 223 -
CMYK 0 0.11 0.06 0.07
HSL 333.6º 0.41% 0.88% -
HSV(B) 333.6º 0.11% 0.93% -
XYZ 71.79 70.42 79.62 -
YUV 220.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 237 212 223 0 0.11 0.06 0.07 333.6 0.41 0.88
Hex ED D4 DF 0 B 6 7 14E 29 58
Octal 355 324 337 0 13 6 7 516 51 130
Binary 11101101 11010100 11011111 0 1011 110 111 101001110 101001 1011000

Color Harmonies of #EDD4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4DF

Black with #EDD4DF

Text Example


Text Example

White with #EDD4DF

Text Example


Text Example

HTML Codes & Css Web 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>