#DBAEA7

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

Shades of Shilo #DBAEA7

Tints of Shilo #DBAEA7

Color information

#DBAEA7 (or 0xDBAEA7) is unknown color: approx Shilo. HEX triplet: DB, AE and A7. RGB value is (219,174,167). Sum of RGB (Red+Green+Blue) = 219+174+167=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 167 (65.62% from 255 or 29.82% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAEA7 is #245158. Grayscale: #BABABA. Windows color (decimal): -2380121 or 10989275. OLE color: 10989275.

HSL color Cylindrical-coordinate representation of color #DBAEA7: hue angle of 8.08º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBAEA7 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB219174167-
CMYK00.210.240.14
HSL8.08º41.94%75.69%-
HSV(B)8.08º23.74%85.88%-
XYZ51.3248.1243.14-
YUV186.66116.91151.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.11%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 167 (65.62% from 255) = 29.82%
R=39.11%
G=31.07%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917416700.210.240.148.0841.9475.69
HexDBAEA701518E82a4c
Octal33325624702530161052114
Binary11011011101011101010011101010111000111010001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAEA7; }

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

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

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

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

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

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

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

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