Shades of Just Right #DABEAC
Tints of Just Right #DABEAC
RGB
CMYK
RGB Variations
Color information
#DABEAC (or 0xDABEAC) is known color: Just Right. HEX triplet: DA, BE and AC. RGB value is (218,190,172). Sum of RGB (Red+Green+Blue) = 218+190+172=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABEAC is #254153. Grayscale: #C4C4C4. Windows color (decimal): -2441556 or 11321050. OLE color: 11321050.
HSL color Cylindrical-coordinate representation of color #DABEAC: hue angle of 23.48º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DABEAC is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 190 | 172 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.15 |
| HSL | 23.48º | 0.38% | 0.76% | - |
| HSV(B) | 23.48º | 0.21% | 0.85% | - |
| XYZ | 54.77 | 54.71 | 46.7 | - |
| YUV | 196.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 172 | 0 | 0.13 | 0.21 | 0.15 | 23.48 | 0.38 | 0.76 |
| Hex | DA | BE | AC | 0 | D | 15 | F | 17 | 26 | 4C |
| Octal | 332 | 276 | 254 | 0 | 15 | 25 | 17 | 27 | 46 | 114 |
| Binary | 11011010 | 10111110 | 10101100 | 0 | 1101 | 10101 | 1111 | 10111 | 100110 | 1001100 |
Color Harmonies of #DABEAC
Complementary color
Monochromatic Colors of #DABEAC
Black with #DABEAC
Text Example
Text Example
White with #DABEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEAC; }
p { color: rgb(218,190,172); }
H1.HeaderClassName
{
color: #DABEAC;
}
.AnyTagClassName
{
color: #DABEAC;
}
</style>
background-color css
<style>
a { background-color: #DABEAC; }
a { background-color: rgb(218,190,172); }
div.DivClassName
{
background-color: #DABEAC;
}
.BgClassName
{
background-color: #DABEAC;
}
</style>
border-color css
<style>
span { border-color: #DABEAC; }
span { border-color: rgb(218,190,172); }
td.TdClassName
{
border-color: #DABEAC;
}
.TagClassName
{
border-color: #DABEAC;
}
</style>