Shades of Just Right #DABFB1
Tints of Just Right #DABFB1
RGB
CMYK
RGB Variations
Color information
#DABFB1 (or 0xDABFB1) is known color: Just Right. HEX triplet: DA, BF and B1. RGB value is (218,191,177). Sum of RGB (Red+Green+Blue) = 218+191+177=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABFB1 is #25404E. Grayscale: #C5C5C5. Windows color (decimal): -2441295 or 11648986. OLE color: 11648986.
HSL color Cylindrical-coordinate representation of color #DABFB1: hue angle of 20.49º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DABFB1 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 177 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.15 |
| HSL | 20.49º | 0.36% | 0.77% | - |
| HSV(B) | 20.49º | 0.19% | 0.85% | - |
| XYZ | 55.48 | 55.34 | 49.35 | - |
| YUV | 197.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 177 | 0 | 0.12 | 0.19 | 0.15 | 20.49 | 0.36 | 0.77 |
| Hex | DA | BF | B1 | 0 | C | 13 | F | 14 | 24 | 4D |
| Octal | 332 | 277 | 261 | 0 | 14 | 23 | 17 | 24 | 44 | 115 |
| Binary | 11011010 | 10111111 | 10110001 | 0 | 1100 | 10011 | 1111 | 10100 | 100100 | 1001101 |
Color Harmonies of #DABFB1
Complementary color
Monochromatic Colors of #DABFB1
Black with #DABFB1
Text Example
Text Example
White with #DABFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFB1; }
p { color: rgb(218,191,177); }
H1.HeaderClassName
{
color: #DABFB1;
}
.AnyTagClassName
{
color: #DABFB1;
}
</style>
background-color css
<style>
a { background-color: #DABFB1; }
a { background-color: rgb(218,191,177); }
div.DivClassName
{
background-color: #DABFB1;
}
.BgClassName
{
background-color: #DABFB1;
}
</style>
border-color css
<style>
span { border-color: #DABFB1; }
span { border-color: rgb(218,191,177); }
td.TdClassName
{
border-color: #DABFB1;
}
.TagClassName
{
border-color: #DABFB1;
}
</style>