#DBCBAE

Color #DBCBAE Aths Special (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aths Special #DBCBAE

Tints of Aths Special #DBCBAE

Color information

#DBCBAE (or 0xDBCBAE) is unknown color: approx Aths Special. HEX triplet: DB, CB and AE. RGB value is (219,203,174). Sum of RGB (Red+Green+Blue) = 219+203+174=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 174 (68.36% from 255 or 29.19% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCBAE is #243451. Grayscale: #CCCCCC. Windows color (decimal): -2372690 or 11455451. OLE color: 11455451.

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

Color convert

RGB219203174-
CMYK00.070.210.14
HSL38.67º38.46%77.06%-
HSV(B)38.67º20.55%85.88%-
XYZ58.2160.8348.72-
YUV204.48110.8138.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.74%
GREEN value IS 203 (79.69% from 255) = 34.06%
BLUE value IS 174 (68.36% from 255) = 29.19%
R=36.74%
G=34.06%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920317400.070.210.1438.6738.4677.06
HexDBCBAE0715E27264d
Octal3333132560725164746115
Binary11011011110010111010111001111010111101001111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBAE; }

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

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

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

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

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

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

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

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