Shades of Just Right #DABFAE
Tints of Just Right #DABFAE
RGB
CMYK
RGB Variations
Color information
#DABFAE (or 0xDABFAE) is known color: Just Right. HEX triplet: DA, BF and AE. RGB value is (218,191,174). Sum of RGB (Red+Green+Blue) = 218+191+174=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABFAE is #254051. Grayscale: #C5C5C5. Windows color (decimal): -2441298 or 11452378. OLE color: 11452378.
HSL color Cylindrical-coordinate representation of color #DABFAE: hue angle of 23.18º 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 #DABFAE is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 174 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.15 |
| HSL | 23.18º | 0.37% | 0.77% | - |
| HSV(B) | 23.18º | 0.2% | 0.85% | - |
| XYZ | 55.18 | 55.22 | 47.79 | - |
| YUV | 197.14 | 114.95 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 174 | 0 | 0.12 | 0.20 | 0.15 | 23.18 | 0.37 | 0.77 |
| Hex | DA | BF | AE | 0 | C | 14 | F | 17 | 25 | 4D |
| Octal | 332 | 277 | 256 | 0 | 14 | 24 | 17 | 27 | 45 | 115 |
| Binary | 11011010 | 10111111 | 10101110 | 0 | 1100 | 10100 | 1111 | 10111 | 100101 | 1001101 |
Color Harmonies of #DABFAE
Complementary color
Monochromatic Colors of #DABFAE
Black with #DABFAE
Text Example
Text Example
White with #DABFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFAE; }
p { color: rgb(218,191,174); }
H1.HeaderClassName
{
color: #DABFAE;
}
.AnyTagClassName
{
color: #DABFAE;
}
</style>
background-color css
<style>
a { background-color: #DABFAE; }
a { background-color: rgb(218,191,174); }
div.DivClassName
{
background-color: #DABFAE;
}
.BgClassName
{
background-color: #DABFAE;
}
</style>
border-color css
<style>
span { border-color: #DABFAE; }
span { border-color: rgb(218,191,174); }
td.TdClassName
{
border-color: #DABFAE;
}
.TagClassName
{
border-color: #DABFAE;
}
</style>