#DBBFAA

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

Shades of Just Right #DBBFAA

Tints of Just Right #DBBFAA

Color information

#DBBFAA (or 0xDBBFAA) is unknown color: approx Just Right. HEX triplet: DB, BF and AA. RGB value is (219,191,170). Sum of RGB (Red+Green+Blue) = 219+191+170=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBFAA is #244055. Grayscale: #C5C5C5. Windows color (decimal): -2375766 or 11190235. OLE color: 11190235.

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

Color convert

RGB219191170-
CMYK00.130.220.14
HSL25.71º40.5%76.27%-
HSV(B)25.71º22.37%85.88%-
XYZ55.155.2245.79-
YUV196.98112.78143.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.76%
GREEN value IS 191 (75% from 255) = 32.93%
BLUE value IS 170 (66.80% from 255) = 29.31%
R=37.76%
G=32.93%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919117000.130.220.1425.7140.576.27
HexDBBFAA0D16E1a284c
Octal33327725201526163250114
Binary11011011101111111010101001101101101110110101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFAA; }

 p { color: rgb(219,191,170); }

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

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

 a { background-color: rgb(219,191,170); }

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

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

 span { border-color: rgb(219,191,170); }

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