Html Css Color HEX #DCB1B3 Pale Chestnut

📋 copy color: '#DCB1B3'

red 220 ◦ green 177 ◦ blue 179

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

Shades of Pale Chestnut #DCB1B3

Tints of Pale Chestnut #DCB1B3

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.73%

 BLUE value IS 179 (70.31% from 255) = 31.08%

R = 38.19%
G = 30.73%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DCB1B3 (or 0xDCB1B3) is known color: Pale Chestnut. HEX triplet: DC, B1 and B3. RGB value is (220,177,179). Sum of RGB (Red+Green+Blue) = 220+177+179=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 179 (70.31% from 255 or 31.08% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1B3 is #234E4C. Grayscale: #BEBEBE. Windows color (decimal): -2313805 or 11776476. OLE color: 11776476.

HSL color Cylindrical-coordinate representation of color #DCB1B3: hue angle of 357.21º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB1B3 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 177 179 -
CMYK 0 0.20 0.19 0.14
HSL 357.21º 0.38% 0.78% -
HSV(B) 357.21º 0.2% 0.86% -
XYZ 53.37 49.91 49.47 -
YUV 190.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 220 177 179 0 0.20 0.19 0.14 357.21 0.38 0.78
Hex DC B1 B3 0 14 13 E 165 26 4E
Octal 334 261 263 0 24 23 16 545 46 116
Binary 11011100 10110001 10110011 0 10100 10011 1110 101100101 100110 1001110

Color Harmonies of #DCB1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB1B3

Black with #DCB1B3

Text Example


Text Example

White with #DCB1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB1B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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