Html Css Color HEX #EDD7CD Dawn Pink

📋 copy color: '#EDD7CD'

red 237 ◦ green 215 ◦ blue 205

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

Shades of Dawn Pink #EDD7CD

Tints of Dawn Pink #EDD7CD

RGB

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

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

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

R = 36.07%
G = 32.72%
B = 31.2%

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

#EDD7CD (or 0xEDD7CD) is known color: Dawn Pink. HEX triplet: ED, D7 and CD. RGB value is (237,215,205). Sum of RGB (Red+Green+Blue) = 237+215+205=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7CD is #122832. Grayscale: #DCDCDC. Windows color (decimal): -1189939 or 13490157. OLE color: 13490157.

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

Color convert

RGB 237 215 205 -
CMYK 0 0.09 0.14 0.07
HSL 18.75º 0.47% 0.87% -
HSV(B) 18.75º 0.14% 0.93% -
XYZ 70.24 71.01 67.76 -
YUV 220.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 237 215 205 0 0.09 0.14 0.07 18.75 0.47 0.87
Hex ED D7 CD 0 9 E 7 13 2F 57
Octal 355 327 315 0 11 16 7 23 57 127
Binary 11101101 11010111 11001101 0 1001 1110 111 10011 101111 1010111

Color Harmonies of #EDD7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD7CD

Black with #EDD7CD

Text Example


Text Example

White with #EDD7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD7CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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