Html Css Color HEX #EDD7CC Dawn Pink

📋 copy color: '#EDD7CC'

red 237 ◦ green 215 ◦ blue 204

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

Shades of Dawn Pink #EDD7CC

Tints of Dawn Pink #EDD7CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.1%

R = 36.13%
G = 32.77%
B = 31.1%

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

#EDD7CC (or 0xEDD7CC) is known color: Dawn Pink. HEX triplet: ED, D7 and CC. RGB value is (237,215,204). Sum of RGB (Red+Green+Blue) = 237+215+204=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7CC is #122833. Grayscale: #DCDCDC. Windows color (decimal): -1189940 or 13424621. OLE color: 13424621.

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

Color convert

RGB 237 215 204 -
CMYK 0 0.09 0.14 0.07
HSL 20º 0.48% 0.86% -
HSV(B) 20º 0.14% 0.93% -
XYZ 70.12 70.97 67.13 -
YUV 220.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 237 215 204 0 0.09 0.14 0.07 20 0.48 0.86
Hex ED D7 CC 0 9 E 7 14 30 56
Octal 355 327 314 0 11 16 7 24 60 126
Binary 11101101 11010111 11001100 0 1001 1110 111 10100 110000 1010110

Color Harmonies of #EDD7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD7CC

Black with #EDD7CC

Text Example


Text Example

White with #EDD7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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