Html Css Color HEX #DFADAF Pale Chestnut

📋 copy color: '#DFADAF'

red 223 ◦ green 173 ◦ blue 175

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

Shades of Pale Chestnut #DFADAF

Tints of Pale Chestnut #DFADAF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.3%

 BLUE value IS 175 (68.75% from 255) = 30.65%

R = 39.05%
G = 30.3%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFADAF (or 0xDFADAF) is known color: Pale Chestnut. HEX triplet: DF, AD and AF. RGB value is (223,173,175). Sum of RGB (Red+Green+Blue) = 223+173+175=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFADAF is #205250. Grayscale: #BCBCBC. Windows color (decimal): -2118225 or 11513311. OLE color: 11513311.

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

Color convert

RGB 223 173 175 -
CMYK 0 0.22 0.22 0.13
HSL 357.6º 0.44% 0.78% -
HSV(B) 357.6º 0.22% 0.87% -
XYZ 53.11 48.67 47.15 -
YUV 188.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 223 173 175 0 0.22 0.22 0.13 357.6 0.44 0.78
Hex DF AD AF 0 16 16 D 166 2C 4E
Octal 337 255 257 0 26 26 15 546 54 116
Binary 11011111 10101101 10101111 0 10110 10110 1101 101100110 101100 1001110

Color Harmonies of #DFADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFADAF

Black with #DFADAF

Text Example


Text Example

White with #DFADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFADAF; }

 p { color: rgb(223,173,175); }

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

background-color css

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

 a { background-color: rgb(223,173,175); }

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

border-color css

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

 span { border-color: rgb(223,173,175); }

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