Html Css Color HEX #EFD7C9 Dawn Pink

📋 copy color: '#EFD7C9'

red 239 ◦ green 215 ◦ blue 201

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

Shades of Dawn Pink #EFD7C9

Tints of Dawn Pink #EFD7C9

RGB

 RED value IS 239 (93.75% from 255) = 36.49%

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

 BLUE value IS 201 (78.91% from 255) = 30.69%

R = 36.49%
G = 32.82%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFD7C9 (or 0xEFD7C9) is known color: Dawn Pink. HEX triplet: EF, D7 and C9. RGB value is (239,215,201). Sum of RGB (Red+Green+Blue) = 239+215+201=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 201 (78.91% from 255 or 30.69% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7C9 is #102836. Grayscale: #DCDCDC. Windows color (decimal): -1058871 or 13228015. OLE color: 13228015.

HSL color Cylindrical-coordinate representation of color #EFD7C9: hue angle of 22.11º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFD7C9 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 215 201 -
CMYK 0 0.10 0.16 0.06
HSL 22.11º 0.54% 0.86% -
HSV(B) 22.11º 0.16% 0.94% -
XYZ 70.44 71.17 65.28 -
YUV 220.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 239 215 201 0 0.10 0.16 0.06 22.11 0.54 0.86
Hex EF D7 C9 0 A 10 6 16 36 56
Octal 357 327 311 0 12 20 6 26 66 126
Binary 11101111 11010111 11001001 0 1010 10000 110 10110 110110 1010110

Color Harmonies of #EFD7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD7C9

Black with #EFD7C9

Text Example


Text Example

White with #EFD7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD7C9; }

 p { color: rgb(239,215,201); }

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

background-color css

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

 a { background-color: rgb(239,215,201); }

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

border-color css

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

 span { border-color: rgb(239,215,201); }

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