Html Css Color HEX #DFABAE Pale Chestnut

📋 copy color: '#DFABAE'

red 223 ◦ green 171 ◦ blue 174

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

Shades of Pale Chestnut #DFABAE

Tints of Pale Chestnut #DFABAE

RGB

 RED value IS 223 (87.5% from 255) = 39.26%

 GREEN value IS 171 (67.19% from 255) = 30.11%

 BLUE value IS 174 (68.36% from 255) = 30.63%

R = 39.26%
G = 30.11%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFABAE (or 0xDFABAE) is known color: Pale Chestnut. HEX triplet: DF, AB and AE. RGB value is (223,171,174). Sum of RGB (Red+Green+Blue) = 223+171+174=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFABAE is #205451. Grayscale: #BABABA. Windows color (decimal): -2118738 or 11447263. OLE color: 11447263.

HSL color Cylindrical-coordinate representation of color #DFABAE: hue angle of 356.54º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFABAE is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 171 174 -
CMYK 0 0.23 0.22 0.13
HSL 356.54º 0.45% 0.77% -
HSV(B) 356.54º 0.23% 0.87% -
XYZ 52.63 47.87 46.51 -
YUV 186.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 223 171 174 0 0.23 0.22 0.13 356.54 0.45 0.77
Hex DF AB AE 0 17 16 D 165 2D 4D
Octal 337 253 256 0 27 26 15 545 55 115
Binary 11011111 10101011 10101110 0 10111 10110 1101 101100101 101101 1001101

Color Harmonies of #DFABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFABAE

Black with #DFABAE

Text Example


Text Example

White with #DFABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFABAE; }

 p { color: rgb(223,171,174); }

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

background-color css

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

 a { background-color: rgb(223,171,174); }

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

border-color css

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

 span { border-color: rgb(223,171,174); }

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