#DBAEB0

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

Shades of Pale Chestnut #DBAEB0

Tints of Pale Chestnut #DBAEB0

Color information

#DBAEB0 (or 0xDBAEB0) is unknown color: approx Pale Chestnut. HEX triplet: DB, AE and B0. RGB value is (219,174,176). Sum of RGB (Red+Green+Blue) = 219+174+176=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAEB0 is #24514F. Grayscale: #BBBBBB. Windows color (decimal): -2380112 or 11579099. OLE color: 11579099.

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

Color convert

RGB219174176-
CMYK00.210.200.14
HSL357.33º38.46%77.06%-
HSV(B)357.33º20.55%85.88%-
XYZ52.1948.4747.68-
YUV187.68121.41150.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 176 (69.14% from 255) = 30.93%
R=38.49%
G=30.58%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917417600.210.200.14357.3338.4677.06
HexDBAEB001514E165264d
Octal333256260025241654546115
Binary1101101110101110101100000101011010011101011001011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAEB0; }

 p { color: rgb(219,174,176); }

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

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

 a { background-color: rgb(219,174,176); }

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

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

 span { border-color: rgb(219,174,176); }

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