Html Css Color HEX #EDD9CD Dawn Pink

📋 copy color: '#EDD9CD'

red 237 ◦ green 217 ◦ blue 205

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

Shades of Dawn Pink #EDD9CD

Tints of Dawn Pink #EDD9CD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.93%

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

R = 35.96%
G = 32.93%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDD9CD (or 0xEDD9CD) is known color: Dawn Pink. HEX triplet: ED, D9 and CD. RGB value is (237,217,205). Sum of RGB (Red+Green+Blue) = 237+217+205=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9CD is #122632. Grayscale: #DDDDDD. Windows color (decimal): -1189427 or 13490669. OLE color: 13490669.

HSL color Cylindrical-coordinate representation of color #EDD9CD: hue angle of 22.5º 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 #EDD9CD is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 217 205 -
CMYK 0 0.08 0.14 0.07
HSL 22.5º 0.47% 0.87% -
HSV(B) 22.5º 0.14% 0.93% -
XYZ 70.76 72.04 67.93 -
YUV 221.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 237 217 205 0 0.08 0.14 0.07 22.5 0.47 0.87
Hex ED D9 CD 0 8 E 7 16 2F 57
Octal 355 331 315 0 10 16 7 26 57 127
Binary 11101101 11011001 11001101 0 1000 1110 111 10110 101111 1010111

Color Harmonies of #EDD9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9CD

Black with #EDD9CD

Text Example


Text Example

White with #EDD9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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