Html Css Color HEX #EFDACD Dawn Pink

📋 copy color: '#EFDACD'

red 239 ◦ green 218 ◦ blue 205

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

Shades of Dawn Pink #EFDACD

Tints of Dawn Pink #EFDACD

RGB

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

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

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

R = 36.1%
G = 32.93%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFDACD (or 0xEFDACD) is known color: Dawn Pink. HEX triplet: EF, DA and CD. RGB value is (239,218,205). Sum of RGB (Red+Green+Blue) = 239+218+205=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDACD is #102532. Grayscale: #DEDEDE. Windows color (decimal): -1058099 or 13490927. OLE color: 13490927.

HSL color Cylindrical-coordinate representation of color #EFDACD: hue angle of 22.94º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFDACD is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 218 205 -
CMYK 0 0.09 0.14 0.06
HSL 22.94º 0.52% 0.87% -
HSV(B) 22.94º 0.14% 0.94% -
XYZ 71.69 72.9 68.05 -
YUV 222.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 239 218 205 0 0.09 0.14 0.06 22.94 0.52 0.87
Hex EF DA CD 0 9 E 6 17 34 57
Octal 357 332 315 0 11 16 6 27 64 127
Binary 11101111 11011010 11001101 0 1001 1110 110 10111 110100 1010111

Color Harmonies of #EFDACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDACD

Black with #EFDACD

Text Example


Text Example

White with #EFDACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDACD; }

 p { color: rgb(239,218,205); }

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

background-color css

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

 a { background-color: rgb(239,218,205); }

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

border-color css

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

 span { border-color: rgb(239,218,205); }

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