Html Css Color HEX #EED8CD Dawn Pink

📋 copy color: '#EED8CD'

red 238 ◦ green 216 ◦ blue 205

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

Shades of Dawn Pink #EED8CD

Tints of Dawn Pink #EED8CD

RGB

 RED value IS 238 (93.36% from 255) = 36.12%

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

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

R = 36.12%
G = 32.78%
B = 31.11%

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

#EED8CD (or 0xEED8CD) is known color: Dawn Pink. HEX triplet: EE, D8 and CD. RGB value is (238,216,205). Sum of RGB (Red+Green+Blue) = 238+216+205=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8CD is #112732. Grayscale: #DDDDDD. Windows color (decimal): -1124147 or 13490414. OLE color: 13490414.

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

Color convert

RGB 238 216 205 -
CMYK 0 0.09 0.14 0.07
HSL 20º 0.49% 0.87% -
HSV(B) 20º 0.14% 0.93% -
XYZ 70.84 71.7 67.86 -
YUV 221.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 238 216 205 0 0.09 0.14 0.07 20 0.49 0.87
Hex EE D8 CD 0 9 E 7 14 31 57
Octal 356 330 315 0 11 16 7 24 61 127
Binary 11101110 11011000 11001101 0 1001 1110 111 10100 110001 1010111

Color Harmonies of #EED8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED8CD

Black with #EED8CD

Text Example


Text Example

White with #EED8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED8CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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