Shades of Reef #DEF0B0
Tints of Reef #DEF0B0
RGB
CMYK
RGB Variations
Color information
#DEF0B0 (or 0xDEF0B0) is known color: Reef. HEX triplet: DE, F0 and B0. RGB value is (222,240,176). Sum of RGB (Red+Green+Blue) = 222+240+176=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 176 (69.14% from 255 or 27.59% from 638); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF0B0 is #210F4F. Grayscale: #E3E3E3. Windows color (decimal): -2166608 or 11595998. OLE color: 11595998.
HSL color Cylindrical-coordinate representation of color #DEF0B0: hue angle of 76.88º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEF0B0 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 176 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.06 |
| HSL | 76.88º | 0.68% | 0.82% | - |
| HSV(B) | 76.88º | 0.27% | 0.94% | - |
| XYZ | 69.12 | 80.98 | 53.06 | - |
| YUV | 227.32 | 99.04 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 176 | 0.08 | 0 | 0.27 | 0.06 | 76.88 | 0.68 | 0.82 |
| Hex | DE | F0 | B0 | 8 | 0 | 1B | 6 | 4D | 44 | 52 |
| Octal | 336 | 360 | 260 | 10 | 0 | 33 | 6 | 115 | 104 | 122 |
| Binary | 11011110 | 11110000 | 10110000 | 1000 | 0 | 11011 | 110 | 1001101 | 1000100 | 1010010 |
Color Harmonies of #DEF0B0
Complementary color
Monochromatic Colors of #DEF0B0
Black with #DEF0B0
Text Example
Text Example
White with #DEF0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF0B0; }
p { color: rgb(222,240,176); }
H1.HeaderClassName
{
color: #DEF0B0;
}
.AnyTagClassName
{
color: #DEF0B0;
}
</style>
background-color css
<style>
a { background-color: #DEF0B0; }
a { background-color: rgb(222,240,176); }
div.DivClassName
{
background-color: #DEF0B0;
}
.BgClassName
{
background-color: #DEF0B0;
}
</style>
border-color css
<style>
span { border-color: #DEF0B0; }
span { border-color: rgb(222,240,176); }
td.TdClassName
{
border-color: #DEF0B0;
}
.TagClassName
{
border-color: #DEF0B0;
}
</style>