Shades of Reef #DEFBB0
Tints of Reef #DEFBB0
RGB
CMYK
RGB Variations
Color information
#DEFBB0 (or 0xDEFBB0) is known color: Reef. HEX triplet: DE, FB and B0. RGB value is (222,251,176). Sum of RGB (Red+Green+Blue) = 222+251+176=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 176 (69.14% from 255 or 27.12% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFBB0 is #21044F. Grayscale: #EAEAEA. Windows color (decimal): -2163792 or 11598814. OLE color: 11598814.
HSL color Cylindrical-coordinate representation of color #DEFBB0: hue angle of 83.2º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEFBB0 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 176 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.02 |
| HSL | 83.2º | 0.9% | 0.84% | - |
| HSV(B) | 83.2º | 0.3% | 0.98% | - |
| XYZ | 72.46 | 87.66 | 54.18 | - |
| YUV | 233.78 | 95.39 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 176 | 0.12 | 0 | 0.30 | 0.02 | 83.2 | 0.9 | 0.84 |
| Hex | DE | FB | B0 | C | 0 | 1E | 2 | 53 | 5A | 54 |
| Octal | 336 | 373 | 260 | 14 | 0 | 36 | 2 | 123 | 132 | 124 |
| Binary | 11011110 | 11111011 | 10110000 | 1100 | 0 | 11110 | 10 | 1010011 | 1011010 | 1010100 |
Color Harmonies of #DEFBB0
Complementary color
Monochromatic Colors of #DEFBB0
Black with #DEFBB0
Text Example
Text Example
White with #DEFBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFBB0; }
p { color: rgb(222,251,176); }
H1.HeaderClassName
{
color: #DEFBB0;
}
.AnyTagClassName
{
color: #DEFBB0;
}
</style>
background-color css
<style>
a { background-color: #DEFBB0; }
a { background-color: rgb(222,251,176); }
div.DivClassName
{
background-color: #DEFBB0;
}
.BgClassName
{
background-color: #DEFBB0;
}
</style>
border-color css
<style>
span { border-color: #DEFBB0; }
span { border-color: rgb(222,251,176); }
td.TdClassName
{
border-color: #DEFBB0;
}
.TagClassName
{
border-color: #DEFBB0;
}
</style>