Shades of Just Right #DEBEAF
Tints of Just Right #DEBEAF
RGB
CMYK
RGB Variations
Color information
#DEBEAF (or 0xDEBEAF) is known color: Just Right. HEX triplet: DE, BE and AF. RGB value is (222,190,175). Sum of RGB (Red+Green+Blue) = 222+190+175=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBEAF is #214150. Grayscale: #C5C5C5. Windows color (decimal): -2179409 or 11517662. OLE color: 11517662.
HSL color Cylindrical-coordinate representation of color #DEBEAF: hue angle of 19.15º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEBEAF is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 175 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.13 |
| HSL | 19.15º | 0.42% | 0.78% | - |
| HSV(B) | 19.15º | 0.21% | 0.87% | - |
| XYZ | 56.28 | 55.45 | 48.29 | - |
| YUV | 197.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 175 | 0 | 0.14 | 0.21 | 0.13 | 19.15 | 0.42 | 0.78 |
| Hex | DE | BE | AF | 0 | E | 15 | D | 13 | 2A | 4E |
| Octal | 336 | 276 | 257 | 0 | 16 | 25 | 15 | 23 | 52 | 116 |
| Binary | 11011110 | 10111110 | 10101111 | 0 | 1110 | 10101 | 1101 | 10011 | 101010 | 1001110 |
Color Harmonies of #DEBEAF
Complementary color
Monochromatic Colors of #DEBEAF
Black with #DEBEAF
Text Example
Text Example
White with #DEBEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEAF; }
p { color: rgb(222,190,175); }
H1.HeaderClassName
{
color: #DEBEAF;
}
.AnyTagClassName
{
color: #DEBEAF;
}
</style>
background-color css
<style>
a { background-color: #DEBEAF; }
a { background-color: rgb(222,190,175); }
div.DivClassName
{
background-color: #DEBEAF;
}
.BgClassName
{
background-color: #DEBEAF;
}
</style>
border-color css
<style>
span { border-color: #DEBEAF; }
span { border-color: rgb(222,190,175); }
td.TdClassName
{
border-color: #DEBEAF;
}
.TagClassName
{
border-color: #DEBEAF;
}
</style>