Html Css Color HEX #EEDACE Dawn Pink

📋 copy color: '#EEDACE'

red 238 ◦ green 218 ◦ blue 206

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

Shades of Dawn Pink #EEDACE

Tints of Dawn Pink #EEDACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.93%

 BLUE value IS 206 (80.86% from 255) = 31.12%

R = 35.95%
G = 32.93%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EEDACE (or 0xEEDACE) is known color: Dawn Pink. HEX triplet: EE, DA and CE. RGB value is (238,218,206). Sum of RGB (Red+Green+Blue) = 238+218+206=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDACE is #112531. Grayscale: #DEDEDE. Windows color (decimal): -1123634 or 13556462. OLE color: 13556462.

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

Color convert

RGB 238 218 206 -
CMYK 0 0.08 0.13 0.07
HSL 22.5º 0.48% 0.87% -
HSV(B) 22.5º 0.13% 0.93% -
XYZ 71.47 72.78 68.67 -
YUV 222.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 238 218 206 0 0.08 0.13 0.07 22.5 0.48 0.87
Hex EE DA CE 0 8 D 7 16 30 57
Octal 356 332 316 0 10 15 7 26 60 127
Binary 11101110 11011010 11001110 0 1000 1101 111 10110 110000 1010111

Color Harmonies of #EEDACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDACE

Black with #EEDACE

Text Example


Text Example

White with #EEDACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDACE; }

 p { color: rgb(238,218,206); }

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

background-color css

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

 a { background-color: rgb(238,218,206); }

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

border-color css

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

 span { border-color: rgb(238,218,206); }

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