Html Css Color HEX #DCB0B2 Pale Chestnut

📋 copy color: '#DCB0B2'

red 220 ◦ green 176 ◦ blue 178

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

Shades of Pale Chestnut #DCB0B2

Tints of Pale Chestnut #DCB0B2

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.66%

 BLUE value IS 178 (69.92% from 255) = 31.01%

R = 38.33%
G = 30.66%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DCB0B2 (or 0xDCB0B2) is known color: Pale Chestnut. HEX triplet: DC, B0 and B2. RGB value is (220,176,178). Sum of RGB (Red+Green+Blue) = 220+176+178=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB0B2 is #234F4D. Grayscale: #BDBDBD. Windows color (decimal): -2314062 or 11710684. OLE color: 11710684.

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

Color convert

RGB 220 176 178 -
CMYK 0 0.2 0.19 0.14
HSL 357.27º 0.39% 0.78% -
HSV(B) 357.27º 0.2% 0.86% -
XYZ 53.08 49.48 48.87 -
YUV 189.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 220 176 178 0 0.2 0.19 0.14 357.27 0.39 0.78
Hex DC B0 B2 0 14 13 E 165 27 4E
Octal 334 260 262 0 24 23 16 545 47 116
Binary 11011100 10110000 10110010 0 10100 10011 1110 101100101 100111 1001110

Color Harmonies of #DCB0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB0B2

Black with #DCB0B2

Text Example


Text Example

White with #DCB0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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