Shades of Just Right #DBBCA8
Tints of Just Right #DBBCA8
RGB
CMYK
RGB Variations
Color information
#DBBCA8 (or 0xDBBCA8) is known color: Just Right. HEX triplet: DB, BC and A8. RGB value is (219,188,168). Sum of RGB (Red+Green+Blue) = 219+188+168=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 168 (66.02% from 255 or 29.22% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBCA8 is #244357. Grayscale: #C3C3C3. Windows color (decimal): -2376536 or 11058395. OLE color: 11058395.
HSL color Cylindrical-coordinate representation of color #DBBCA8: hue angle of 23.53º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBBCA8 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 168 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.14 |
| HSL | 23.53º | 0.41% | 0.76% | - |
| HSV(B) | 23.53º | 0.23% | 0.86% | - |
| XYZ | 54.26 | 53.85 | 44.58 | - |
| YUV | 194.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 168 | 0 | 0.14 | 0.23 | 0.14 | 23.53 | 0.41 | 0.76 |
| Hex | DB | BC | A8 | 0 | E | 17 | E | 18 | 29 | 4C |
| Octal | 333 | 274 | 250 | 0 | 16 | 27 | 16 | 30 | 51 | 114 |
| Binary | 11011011 | 10111100 | 10101000 | 0 | 1110 | 10111 | 1110 | 11000 | 101001 | 1001100 |
Color Harmonies of #DBBCA8
Complementary color
Monochromatic Colors of #DBBCA8
Black with #DBBCA8
Text Example
Text Example
White with #DBBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCA8; }
p { color: rgb(219,188,168); }
H1.HeaderClassName
{
color: #DBBCA8;
}
.AnyTagClassName
{
color: #DBBCA8;
}
</style>
background-color css
<style>
a { background-color: #DBBCA8; }
a { background-color: rgb(219,188,168); }
div.DivClassName
{
background-color: #DBBCA8;
}
.BgClassName
{
background-color: #DBBCA8;
}
</style>
border-color css
<style>
span { border-color: #DBBCA8; }
span { border-color: rgb(219,188,168); }
td.TdClassName
{
border-color: #DBBCA8;
}
.TagClassName
{
border-color: #DBBCA8;
}
</style>