Shades of Alto #DABFBE
Tints of Alto #DABFBE
RGB
CMYK
RGB Variations
Color information
#DABFBE (or 0xDABFBE) is known color: Alto. HEX triplet: DA, BF and BE. RGB value is (218,191,190). Sum of RGB (Red+Green+Blue) = 218+191+190=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFBE is #254041. Grayscale: #C6C6C6. Windows color (decimal): -2441282 or 12500954. OLE color: 12500954.
HSL color Cylindrical-coordinate representation of color #DABFBE: hue angle of 2.14º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABFBE is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 190 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.15 |
| HSL | 2.14º | 0.27% | 0.8% | - |
| HSV(B) | 2.14º | 0.13% | 0.85% | - |
| XYZ | 56.84 | 55.88 | 56.51 | - |
| YUV | 198.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 190 | 0 | 0.12 | 0.13 | 0.15 | 2.14 | 0.27 | 0.8 |
| Hex | DA | BF | BE | 0 | C | D | F | 2 | 1B | 50 |
| Octal | 332 | 277 | 276 | 0 | 14 | 15 | 17 | 2 | 33 | 120 |
| Binary | 11011010 | 10111111 | 10111110 | 0 | 1100 | 1101 | 1111 | 10 | 11011 | 1010000 |
Color Harmonies of #DABFBE
Complementary color
Monochromatic Colors of #DABFBE
Black with #DABFBE
Text Example
Text Example
White with #DABFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFBE; }
p { color: rgb(218,191,190); }
H1.HeaderClassName
{
color: #DABFBE;
}
.AnyTagClassName
{
color: #DABFBE;
}
</style>
background-color css
<style>
a { background-color: #DABFBE; }
a { background-color: rgb(218,191,190); }
div.DivClassName
{
background-color: #DABFBE;
}
.BgClassName
{
background-color: #DABFBE;
}
</style>
border-color css
<style>
span { border-color: #DABFBE; }
span { border-color: rgb(218,191,190); }
td.TdClassName
{
border-color: #DABFBE;
}
.TagClassName
{
border-color: #DABFBE;
}
</style>