Html Css Color HEX #DCADAF Pale Chestnut

📋 copy color: '#DCADAF'

red 220 ◦ green 173 ◦ blue 175

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

Shades of Pale Chestnut #DCADAF

Tints of Pale Chestnut #DCADAF

RGB

 RED value IS 220 (86.33% from 255) = 38.73%

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

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

R = 38.73%
G = 30.46%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DCADAF (or 0xDCADAF) is known color: Pale Chestnut. HEX triplet: DC, AD and AF. RGB value is (220,173,175). Sum of RGB (Red+Green+Blue) = 220+173+175=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCADAF is #235250. Grayscale: #BBBBBB. Windows color (decimal): -2314833 or 11513308. OLE color: 11513308.

HSL color Cylindrical-coordinate representation of color #DCADAF: hue angle of 357.45º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCADAF is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 173 175 -
CMYK 0 0.21 0.20 0.14
HSL 357.45º 0.4% 0.77% -
HSV(B) 357.45º 0.21% 0.86% -
XYZ 52.2 48.2 47.11 -
YUV 187.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 220 173 175 0 0.21 0.20 0.14 357.45 0.4 0.77
Hex DC AD AF 0 15 14 E 165 28 4D
Octal 334 255 257 0 25 24 16 545 50 115
Binary 11011100 10101101 10101111 0 10101 10100 1110 101100101 101000 1001101

Color Harmonies of #DCADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADAF

Black with #DCADAF

Text Example


Text Example

White with #DCADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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