Shades of Just Right #DBBEAC
Tints of Just Right #DBBEAC
RGB
CMYK
RGB Variations
Color information
#DBBEAC (or 0xDBBEAC) is known color: Just Right. HEX triplet: DB, BE and AC. RGB value is (219,190,172). Sum of RGB (Red+Green+Blue) = 219+190+172=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBEAC is #244153. Grayscale: #C4C4C4. Windows color (decimal): -2376020 or 11321051. OLE color: 11321051.
HSL color Cylindrical-coordinate representation of color #DBBEAC: hue angle of 22.98º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBBEAC is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 190 | 172 | - |
CMYK | 0 | 0.13 | 0.21 | 0.14 |
HSL | 22.98º | 0.39% | 0.77% | - |
HSV(B) | 22.98º | 0.21% | 0.86% | - |
XYZ | 55.07 | 54.87 | 46.72 | - |
YUV | 196.62 | 114.11 | 143.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 190 | 172 | 0 | 0.13 | 0.21 | 0.14 | 22.98 | 0.39 | 0.77 |
Hex | DB | BE | AC | 0 | D | 15 | E | 17 | 27 | 4D |
Octal | 333 | 276 | 254 | 0 | 15 | 25 | 16 | 27 | 47 | 115 |
Binary | 11011011 | 10111110 | 10101100 | 0 | 1101 | 10101 | 1110 | 10111 | 100111 | 1001101 |
Color Harmonies of #DBBEAC
Complementary color
Monochromatic Colors of #DBBEAC
Black with #DBBEAC
Text Example
Text Example
White with #DBBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEAC; }
p { color: rgb(219,190,172); }
H1.HeaderClassName
{
color: #DBBEAC;
}
.AnyTagClassName
{
color: #DBBEAC;
}
</style>
background-color css
<style>
a { background-color: #DBBEAC; }
a { background-color: rgb(219,190,172); }
div.DivClassName
{
background-color: #DBBEAC;
}
.BgClassName
{
background-color: #DBBEAC;
}
</style>
border-color css
<style>
span { border-color: #DBBEAC; }
span { border-color: rgb(219,190,172); }
td.TdClassName
{
border-color: #DBBEAC;
}
.TagClassName
{
border-color: #DBBEAC;
}
</style>