Html Css Color HEX #EDDCD0 Dawn Pink

📋 copy color: '#EDDCD0'

red 237 ◦ green 220 ◦ blue 208

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

Shades of Dawn Pink #EDDCD0

Tints of Dawn Pink #EDDCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.08%

 BLUE value IS 208 (81.64% from 255) = 31.28%

R = 35.64%
G = 33.08%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDDCD0 (or 0xEDDCD0) is known color: Dawn Pink. HEX triplet: ED, DC and D0. RGB value is (237,220,208). Sum of RGB (Red+Green+Blue) = 237+220+208=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 208 (81.64% from 255 or 31.28% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCD0 is #12232F. Grayscale: #DFDFDF. Windows color (decimal): -1188656 or 13688045. OLE color: 13688045.

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

Color convert

RGB 237 220 208 -
CMYK 0 0.07 0.12 0.07
HSL 24.83º 0.45% 0.87% -
HSV(B) 24.83º 0.12% 0.93% -
XYZ 71.9 73.75 70.12 -
YUV 223.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 237 220 208 0 0.07 0.12 0.07 24.83 0.45 0.87
Hex ED DC D0 0 7 C 7 19 2D 57
Octal 355 334 320 0 7 14 7 31 55 127
Binary 11101101 11011100 11010000 0 111 1100 111 11001 101101 1010111

Color Harmonies of #EDDCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCD0

Black with #EDDCD0

Text Example


Text Example

White with #EDDCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCD0; }

 p { color: rgb(237,220,208); }

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

background-color css

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

 a { background-color: rgb(237,220,208); }

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

border-color css

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

 span { border-color: rgb(237,220,208); }

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