Shades of Just Right #DABDAF
Tints of Just Right #DABDAF
RGB
CMYK
RGB Variations
Color information
#DABDAF (or 0xDABDAF) is known color: Just Right. HEX triplet: DA, BD and AF. RGB value is (218,189,175). Sum of RGB (Red+Green+Blue) = 218+189+175=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABDAF is #254250. Grayscale: #C4C4C4. Windows color (decimal): -2441809 or 11517402. OLE color: 11517402.
HSL color Cylindrical-coordinate representation of color #DABDAF: hue angle of 19.53º 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 #DABDAF is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 175 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.15 |
| HSL | 19.53º | 0.37% | 0.77% | - |
| HSV(B) | 19.53º | 0.2% | 0.85% | - |
| XYZ | 54.85 | 54.4 | 48.17 | - |
| YUV | 196.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 175 | 0 | 0.13 | 0.20 | 0.15 | 19.53 | 0.37 | 0.77 |
| Hex | DA | BD | AF | 0 | D | 14 | F | 14 | 25 | 4D |
| Octal | 332 | 275 | 257 | 0 | 15 | 24 | 17 | 24 | 45 | 115 |
| Binary | 11011010 | 10111101 | 10101111 | 0 | 1101 | 10100 | 1111 | 10100 | 100101 | 1001101 |
Color Harmonies of #DABDAF
Complementary color
Monochromatic Colors of #DABDAF
Black with #DABDAF
Text Example
Text Example
White with #DABDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDAF; }
p { color: rgb(218,189,175); }
H1.HeaderClassName
{
color: #DABDAF;
}
.AnyTagClassName
{
color: #DABDAF;
}
</style>
background-color css
<style>
a { background-color: #DABDAF; }
a { background-color: rgb(218,189,175); }
div.DivClassName
{
background-color: #DABDAF;
}
.BgClassName
{
background-color: #DABDAF;
}
</style>
border-color css
<style>
span { border-color: #DABDAF; }
span { border-color: rgb(218,189,175); }
td.TdClassName
{
border-color: #DABDAF;
}
.TagClassName
{
border-color: #DABDAF;
}
</style>