Shades of Just Right #DABFAF
Tints of Just Right #DABFAF
RGB
CMYK
RGB Variations
Color information
#DABFAF (or 0xDABFAF) is known color: Just Right. HEX triplet: DA, BF and AF. RGB value is (218,191,175). Sum of RGB (Red+Green+Blue) = 218+191+175=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABFAF is #254050. Grayscale: #C5C5C5. Windows color (decimal): -2441297 or 11517914. OLE color: 11517914.
HSL color Cylindrical-coordinate representation of color #DABFAF: hue angle of 22.33º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DABFAF is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 175 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.15 |
| HSL | 22.33º | 0.37% | 0.77% | - |
| HSV(B) | 22.33º | 0.2% | 0.85% | - |
| XYZ | 55.28 | 55.26 | 48.31 | - |
| YUV | 197.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 175 | 0 | 0.12 | 0.20 | 0.15 | 22.33 | 0.37 | 0.77 |
| Hex | DA | BF | AF | 0 | C | 14 | F | 16 | 25 | 4D |
| Octal | 332 | 277 | 257 | 0 | 14 | 24 | 17 | 26 | 45 | 115 |
| Binary | 11011010 | 10111111 | 10101111 | 0 | 1100 | 10100 | 1111 | 10110 | 100101 | 1001101 |
Color Harmonies of #DABFAF
Complementary color
Monochromatic Colors of #DABFAF
Black with #DABFAF
Text Example
Text Example
White with #DABFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFAF; }
p { color: rgb(218,191,175); }
H1.HeaderClassName
{
color: #DABFAF;
}
.AnyTagClassName
{
color: #DABFAF;
}
</style>
background-color css
<style>
a { background-color: #DABFAF; }
a { background-color: rgb(218,191,175); }
div.DivClassName
{
background-color: #DABFAF;
}
.BgClassName
{
background-color: #DABFAF;
}
</style>
border-color css
<style>
span { border-color: #DABFAF; }
span { border-color: rgb(218,191,175); }
td.TdClassName
{
border-color: #DABFAF;
}
.TagClassName
{
border-color: #DABFAF;
}
</style>