Html Css Color HEX #DCADB0 Pale Chestnut

📋 copy color: '#DCADB0'

red 220 ◦ green 173 ◦ blue 176

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

Shades of Pale Chestnut #DCADB0

Tints of Pale Chestnut #DCADB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.93%

R = 38.66%
G = 30.4%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DCADB0 (or 0xDCADB0) is known color: Pale Chestnut. HEX triplet: DC, AD and B0. RGB value is (220,173,176). Sum of RGB (Red+Green+Blue) = 220+173+176=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCADB0 is #23524F. Grayscale: #BBBBBB. Windows color (decimal): -2314832 or 11578844. OLE color: 11578844.

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

Color convert

RGB 220 173 176 -
CMYK 0 0.21 0.2 0.14
HSL 356.17º 0.4% 0.77% -
HSV(B) 356.17º 0.21% 0.86% -
XYZ 52.3 48.24 47.63 -
YUV 187.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 220 173 176 0 0.21 0.2 0.14 356.17 0.4 0.77
Hex DC AD B0 0 15 14 E 164 28 4D
Octal 334 255 260 0 25 24 16 544 50 115
Binary 11011100 10101101 10110000 0 10101 10100 1110 101100100 101000 1001101

Color Harmonies of #DCADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADB0

Black with #DCADB0

Text Example


Text Example

White with #DCADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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