#DCADAF

Color #DCADAF Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #DCADAF

Tints of Pale Chestnut #DCADAF

Color information

#DCADAF (or 0xDCADAF) is unknown color: approx 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

RGB220173175-
CMYK00.210.200.14
HSL357.45º40.17%77.06%-
HSV(B)357.45º21.36%86.27%-
XYZ52.248.247.11-
YUV187.28121.07151.34-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017317500.210.200.14357.4540.1777.06
HexDCADAF01514E165284d
Octal334255257025241654550115
Binary1101110010101101101011110101011010011101011001011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>