Html Css Color HEX #EFDBCD Dawn Pink

📋 copy color: '#EFDBCD'

red 239 ◦ green 219 ◦ blue 205

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

Shades of Dawn Pink #EFDBCD

Tints of Dawn Pink #EFDBCD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.03%

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

R = 36.05%
G = 33.03%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFDBCD (or 0xEFDBCD) is known color: Dawn Pink. HEX triplet: EF, DB and CD. RGB value is (239,219,205). Sum of RGB (Red+Green+Blue) = 239+219+205=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBCD is #102432. Grayscale: #DFDFDF. Windows color (decimal): -1057843 or 13491183. OLE color: 13491183.

HSL color Cylindrical-coordinate representation of color #EFDBCD: hue angle of 24.71º 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 #EFDBCD is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 219 205 -
CMYK 0 0.08 0.14 0.06
HSL 24.71º 0.52% 0.87% -
HSV(B) 24.71º 0.14% 0.94% -
XYZ 71.95 73.42 68.14 -
YUV 223.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 239 219 205 0 0.08 0.14 0.06 24.71 0.52 0.87
Hex EF DB CD 0 8 E 6 19 34 57
Octal 357 333 315 0 10 16 6 31 64 127
Binary 11101111 11011011 11001101 0 1000 1110 110 11001 110100 1010111

Color Harmonies of #EFDBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBCD

Black with #EFDBCD

Text Example


Text Example

White with #EFDBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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