Shades of Reef #DEF0B1
Tints of Reef #DEF0B1
RGB
CMYK
RGB Variations
Color information
#DEF0B1 (or 0xDEF0B1) is known color: Reef. HEX triplet: DE, F0 and B1. RGB value is (222,240,177). Sum of RGB (Red+Green+Blue) = 222+240+177=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 177 (69.53% from 255 or 27.70% from 639); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF0B1 is #210F4E. Grayscale: #E3E3E3. Windows color (decimal): -2166607 or 11661534. OLE color: 11661534.
HSL color Cylindrical-coordinate representation of color #DEF0B1: hue angle of 77.14º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEF0B1 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 177 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.06 |
| HSL | 77.14º | 0.68% | 0.82% | - |
| HSV(B) | 77.14º | 0.26% | 0.94% | - |
| XYZ | 69.22 | 81.02 | 53.59 | - |
| YUV | 227.44 | 99.54 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 177 | 0.08 | 0 | 0.26 | 0.06 | 77.14 | 0.68 | 0.82 |
| Hex | DE | F0 | B1 | 8 | 0 | 1A | 6 | 4D | 44 | 52 |
| Octal | 336 | 360 | 261 | 10 | 0 | 32 | 6 | 115 | 104 | 122 |
| Binary | 11011110 | 11110000 | 10110001 | 1000 | 0 | 11010 | 110 | 1001101 | 1000100 | 1010010 |
Color Harmonies of #DEF0B1
Complementary color
Monochromatic Colors of #DEF0B1
Black with #DEF0B1
Text Example
Text Example
White with #DEF0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF0B1; }
p { color: rgb(222,240,177); }
H1.HeaderClassName
{
color: #DEF0B1;
}
.AnyTagClassName
{
color: #DEF0B1;
}
</style>
background-color css
<style>
a { background-color: #DEF0B1; }
a { background-color: rgb(222,240,177); }
div.DivClassName
{
background-color: #DEF0B1;
}
.BgClassName
{
background-color: #DEF0B1;
}
</style>
border-color css
<style>
span { border-color: #DEF0B1; }
span { border-color: rgb(222,240,177); }
td.TdClassName
{
border-color: #DEF0B1;
}
.TagClassName
{
border-color: #DEF0B1;
}
</style>