#DCADB1

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

Shades of Pale Chestnut #DCADB1

Tints of Pale Chestnut #DCADB1

Color information

#DCADB1 (or 0xDCADB1) is unknown color: approx Pale Chestnut. HEX triplet: DC, AD and B1. RGB value is (220,173,177). Sum of RGB (Red+Green+Blue) = 220+173+177=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCADB1 is #23524E. Grayscale: #BBBBBB. Windows color (decimal): -2314831 or 11644380. OLE color: 11644380.

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

Color convert

RGB220173177-
CMYK00.210.200.14
HSL354.89º40.17%77.06%-
HSV(B)354.89º21.36%86.27%-
XYZ52.3948.2848.15-
YUV187.51122.07151.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 177 (69.53% from 255) = 31.05%
R=38.60%
G=30.35%
B=31.05%

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
Decimal22017317700.210.200.14354.8940.1777.06
HexDCADB101514E163284d
Octal334255261025241654350115
Binary1101110010101101101100010101011010011101011000111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADB1; }

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

 H1.HeaderClassName
 {
   color: #DCADB1;
 }
 .AnyTagClassName
 {
   color: #DCADB1;
 }
</style>
background-color css

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

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

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

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

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

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