Shades of Reef #DEF5B0
Tints of Reef #DEF5B0
RGB
CMYK
RGB Variations
Color information
#DEF5B0 (or 0xDEF5B0) is known color: Reef. HEX triplet: DE, F5 and B0. RGB value is (222,245,176). Sum of RGB (Red+Green+Blue) = 222+245+176=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 245 (96.09% from 255 or 38.10% from 643); Blue value is 176 (69.14% from 255 or 27.37% from 643); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF5B0 is #210A4F. Grayscale: #E6E6E6. Windows color (decimal): -2165328 or 11597278. OLE color: 11597278.
HSL color Cylindrical-coordinate representation of color #DEF5B0: hue angle of 80º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEF5B0 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 176 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.04 |
| HSL | 80º | 0.78% | 0.83% | - |
| HSV(B) | 80º | 0.28% | 0.96% | - |
| XYZ | 70.61 | 83.97 | 53.56 | - |
| YUV | 230.26 | 97.38 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 176 | 0.09 | 0 | 0.28 | 0.04 | 80 | 0.78 | 0.83 |
| Hex | DE | F5 | B0 | 9 | 0 | 1C | 4 | 50 | 4E | 53 |
| Octal | 336 | 365 | 260 | 11 | 0 | 34 | 4 | 120 | 116 | 123 |
| Binary | 11011110 | 11110101 | 10110000 | 1001 | 0 | 11100 | 100 | 1010000 | 1001110 | 1010011 |
Color Harmonies of #DEF5B0
Complementary color
Monochromatic Colors of #DEF5B0
Black with #DEF5B0
Text Example
Text Example
White with #DEF5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF5B0; }
p { color: rgb(222,245,176); }
H1.HeaderClassName
{
color: #DEF5B0;
}
.AnyTagClassName
{
color: #DEF5B0;
}
</style>
background-color css
<style>
a { background-color: #DEF5B0; }
a { background-color: rgb(222,245,176); }
div.DivClassName
{
background-color: #DEF5B0;
}
.BgClassName
{
background-color: #DEF5B0;
}
</style>
border-color css
<style>
span { border-color: #DEF5B0; }
span { border-color: rgb(222,245,176); }
td.TdClassName
{
border-color: #DEF5B0;
}
.TagClassName
{
border-color: #DEF5B0;
}
</style>