#DFB1B2

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

Shades of Pale Chestnut #DFB1B2

Tints of Pale Chestnut #DFB1B2

Color information

#DFB1B2 (or 0xDFB1B2) is unknown color: approx Pale Chestnut. HEX triplet: DF, B1 and B2. RGB value is (223,177,178). Sum of RGB (Red+Green+Blue) = 223+177+178=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB1B2 is #204E4D. Grayscale: #BEBEBE. Windows color (decimal): -2117198 or 11710943. OLE color: 11710943.

HSL color Cylindrical-coordinate representation of color #DFB1B2: hue angle of 358.7º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB1B2 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB223177178-
CMYK00.210.200.13
HSL358.7º41.82%78.43%-
HSV(B)358.7º20.63%87.45%-
XYZ54.1950.3548.98-
YUV190.87120.74150.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 177 (69.53% from 255) = 30.62%
BLUE value IS 178 (69.92% from 255) = 30.80%
R=38.58%
G=30.62%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317717800.210.200.13358.741.8278.43
HexDFB1B201514D1672a4e
Octal337261262025241554752116
Binary1101111110110001101100100101011010011011011001111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1B2; }

 p { color: rgb(223,177,178); }

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

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

 a { background-color: rgb(223,177,178); }

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

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

 span { border-color: rgb(223,177,178); }

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