Shades of Just Right #DBBEAF
Tints of Just Right #DBBEAF
RGB
CMYK
RGB Variations
Color information
#DBBEAF (or 0xDBBEAF) is known color: Just Right. HEX triplet: DB, BE and AF. RGB value is (219,190,175). Sum of RGB (Red+Green+Blue) = 219+190+175=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBEAF is #244150. Grayscale: #C5C5C5. Windows color (decimal): -2376017 or 11517659. OLE color: 11517659.
HSL color Cylindrical-coordinate representation of color #DBBEAF: hue angle of 20.45º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBBEAF is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 175 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.14 |
| HSL | 20.45º | 0.38% | 0.77% | - |
| HSV(B) | 20.45º | 0.2% | 0.86% | - |
| XYZ | 55.36 | 54.98 | 48.25 | - |
| YUV | 196.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 175 | 0 | 0.13 | 0.20 | 0.14 | 20.45 | 0.38 | 0.77 |
| Hex | DB | BE | AF | 0 | D | 14 | E | 14 | 26 | 4D |
| Octal | 333 | 276 | 257 | 0 | 15 | 24 | 16 | 24 | 46 | 115 |
| Binary | 11011011 | 10111110 | 10101111 | 0 | 1101 | 10100 | 1110 | 10100 | 100110 | 1001101 |
Color Harmonies of #DBBEAF
Complementary color
Monochromatic Colors of #DBBEAF
Black with #DBBEAF
Text Example
Text Example
White with #DBBEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEAF; }
p { color: rgb(219,190,175); }
H1.HeaderClassName
{
color: #DBBEAF;
}
.AnyTagClassName
{
color: #DBBEAF;
}
</style>
background-color css
<style>
a { background-color: #DBBEAF; }
a { background-color: rgb(219,190,175); }
div.DivClassName
{
background-color: #DBBEAF;
}
.BgClassName
{
background-color: #DBBEAF;
}
</style>
border-color css
<style>
span { border-color: #DBBEAF; }
span { border-color: rgb(219,190,175); }
td.TdClassName
{
border-color: #DBBEAF;
}
.TagClassName
{
border-color: #DBBEAF;
}
</style>