Html Css Color HEX #EDD7C9 Dawn Pink

📋 copy color: '#EDD7C9'

red 237 ◦ green 215 ◦ blue 201

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

Shades of Dawn Pink #EDD7C9

Tints of Dawn Pink #EDD7C9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.92%

 BLUE value IS 201 (78.91% from 255) = 30.78%

R = 36.29%
G = 32.92%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDD7C9 (or 0xEDD7C9) is known color: Dawn Pink. HEX triplet: ED, D7 and C9. RGB value is (237,215,201). Sum of RGB (Red+Green+Blue) = 237+215+201=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 201 (78.91% from 255 or 30.78% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7C9 is #122836. Grayscale: #DCDCDC. Windows color (decimal): -1189943 or 13228013. OLE color: 13228013.

HSL color Cylindrical-coordinate representation of color #EDD7C9: hue angle of 23.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDD7C9 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 215 201 -
CMYK 0 0.09 0.15 0.07
HSL 23.33º 0.5% 0.86% -
HSV(B) 23.33º 0.15% 0.93% -
XYZ 69.77 70.82 65.25 -
YUV 219.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 237 215 201 0 0.09 0.15 0.07 23.33 0.5 0.86
Hex ED D7 C9 0 9 F 7 17 32 56
Octal 355 327 311 0 11 17 7 27 62 126
Binary 11101101 11010111 11001001 0 1001 1111 111 10111 110010 1010110

Color Harmonies of #EDD7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD7C9

Black with #EDD7C9

Text Example


Text Example

White with #EDD7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD7C9; }

 p { color: rgb(237,215,201); }

 H1.HeaderClassName
 {
   color: #EDD7C9;
 }
 .AnyTagClassName
 {
   color: #EDD7C9;
 }
</style>

background-color css

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

 a { background-color: rgb(237,215,201); }

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

border-color css

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

 span { border-color: rgb(237,215,201); }

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