Html Css Color HEX #EED7CC Dawn Pink

📋 copy color: '#EED7CC'

red 238 ◦ green 215 ◦ blue 204

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

Shades of Dawn Pink #EED7CC

Tints of Dawn Pink #EED7CC

RGB

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

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

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

R = 36.23%
G = 32.72%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EED7CC (or 0xEED7CC) is known color: Dawn Pink. HEX triplet: EE, D7 and CC. RGB value is (238,215,204). Sum of RGB (Red+Green+Blue) = 238+215+204=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7CC is #112833. Grayscale: #DCDCDC. Windows color (decimal): -1124404 or 13424622. OLE color: 13424622.

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

Color convert

RGB 238 215 204 -
CMYK 0 0.10 0.14 0.07
HSL 19.41º 0.5% 0.87% -
HSV(B) 19.41º 0.14% 0.93% -
XYZ 70.46 71.14 67.14 -
YUV 220.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 238 215 204 0 0.10 0.14 0.07 19.41 0.5 0.87
Hex EE D7 CC 0 A E 7 13 32 57
Octal 356 327 314 0 12 16 7 23 62 127
Binary 11101110 11010111 11001100 0 1010 1110 111 10011 110010 1010111

Color Harmonies of #EED7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED7CC

Black with #EED7CC

Text Example


Text Example

White with #EED7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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