Html Css Color HEX #DCAEB1 Pale Chestnut

📋 copy color: '#DCAEB1'

red 220 ◦ green 174 ◦ blue 177

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

Shades of Pale Chestnut #DCAEB1

Tints of Pale Chestnut #DCAEB1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.47%

 BLUE value IS 177 (69.53% from 255) = 31%

R = 38.53%
G = 30.47%
B = 31%

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

#DCAEB1 (or 0xDCAEB1) is known color: Pale Chestnut. HEX triplet: DC, AE and B1. RGB value is (220,174,177). Sum of RGB (Red+Green+Blue) = 220+174+177=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAEB1 is #23514E. Grayscale: #BCBCBC. Windows color (decimal): -2314575 or 11644636. OLE color: 11644636.

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

Color convert

RGB 220 174 177 -
CMYK 0 0.21 0.20 0.14
HSL 356.09º 0.4% 0.77% -
HSV(B) 356.09º 0.21% 0.86% -
XYZ 52.59 48.66 48.22 -
YUV 188.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 220 174 177 0 0.21 0.20 0.14 356.09 0.4 0.77
Hex DC AE B1 0 15 14 E 164 28 4D
Octal 334 256 261 0 25 24 16 544 50 115
Binary 11011100 10101110 10110001 0 10101 10100 1110 101100100 101000 1001101

Color Harmonies of #DCAEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEB1

Black with #DCAEB1

Text Example


Text Example

White with #DCAEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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