Html Css Color HEX #EDD8CD Dawn Pink

📋 copy color: '#EDD8CD'

red 237 ◦ green 216 ◦ blue 205

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

Shades of Dawn Pink #EDD8CD

Tints of Dawn Pink #EDD8CD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.83%

 BLUE value IS 205 (80.47% from 255) = 31.16%

R = 36.02%
G = 32.83%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDD8CD (or 0xEDD8CD) is known color: Dawn Pink. HEX triplet: ED, D8 and CD. RGB value is (237,216,205). Sum of RGB (Red+Green+Blue) = 237+216+205=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8CD is #122732. Grayscale: #DDDDDD. Windows color (decimal): -1189683 or 13490413. OLE color: 13490413.

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

Color convert

RGB 237 216 205 -
CMYK 0 0.09 0.14 0.07
HSL 20.63º 0.47% 0.87% -
HSV(B) 20.63º 0.14% 0.93% -
XYZ 70.5 71.52 67.85 -
YUV 221.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 237 216 205 0 0.09 0.14 0.07 20.63 0.47 0.87
Hex ED D8 CD 0 9 E 7 15 2F 57
Octal 355 330 315 0 11 16 7 25 57 127
Binary 11101101 11011000 11001101 0 1001 1110 111 10101 101111 1010111

Color Harmonies of #EDD8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD8CD

Black with #EDD8CD

Text Example


Text Example

White with #EDD8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD8CD; }

 p { color: rgb(237,216,205); }

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

background-color css

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

 a { background-color: rgb(237,216,205); }

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

border-color css

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

 span { border-color: rgb(237,216,205); }

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