#DBBAAB

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

Shades of Just Right #DBBAAB

Tints of Just Right #DBBAAB

Color information

#DBBAAB (or 0xDBBAAB) is unknown color: approx Just Right. HEX triplet: DB, BA and AB. RGB value is (219,186,171). Sum of RGB (Red+Green+Blue) = 219+186+171=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBAAB is #244554. Grayscale: #C2C2C2. Windows color (decimal): -2377045 or 11254491. OLE color: 11254491.

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

Color convert

RGB219186171-
CMYK00.150.220.14
HSL18.75º40%76.47%-
HSV(B)18.75º21.92%85.88%-
XYZ54.1253.1245.93-
YUV194.16114.93145.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 171 (67.19% from 255) = 29.69%
R=38.02%
G=32.29%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918617100.150.220.1418.754076.47
HexDBBAAB0F16E13284c
Octal33327225301726162350114
Binary11011011101110101010101101111101101110100111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAAB; }

 p { color: rgb(219,186,171); }

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

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

 a { background-color: rgb(219,186,171); }

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

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

 span { border-color: rgb(219,186,171); }

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