Html Css Color HEX #EFD8CC Dawn Pink

📋 copy color: '#EFD8CC'

red 239 ◦ green 216 ◦ blue 204

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

Shades of Dawn Pink #EFD8CC

Tints of Dawn Pink #EFD8CC

RGB

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

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

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

R = 36.27%
G = 32.78%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFD8CC (or 0xEFD8CC) is known color: Dawn Pink. HEX triplet: EF, D8 and CC. RGB value is (239,216,204). Sum of RGB (Red+Green+Blue) = 239+216+204=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8CC is #102733. Grayscale: #DDDDDD. Windows color (decimal): -1058612 or 13424879. OLE color: 13424879.

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

Color convert

RGB 239 216 204 -
CMYK 0 0.10 0.15 0.06
HSL 20.57º 0.52% 0.87% -
HSV(B) 20.57º 0.15% 0.94% -
XYZ 71.05 71.82 67.24 -
YUV 221.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 239 216 204 0 0.10 0.15 0.06 20.57 0.52 0.87
Hex EF D8 CC 0 A F 6 15 34 57
Octal 357 330 314 0 12 17 6 25 64 127
Binary 11101111 11011000 11001100 0 1010 1111 110 10101 110100 1010111

Color Harmonies of #EFD8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8CC

Black with #EFD8CC

Text Example


Text Example

White with #EFD8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8CC; }

 p { color: rgb(239,216,204); }

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

background-color css

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

 a { background-color: rgb(239,216,204); }

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

border-color css

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

 span { border-color: rgb(239,216,204); }

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