Shades of Reef #DEF8B2
Tints of Reef #DEF8B2
RGB
CMYK
RGB Variations
Color information
#DEF8B2 (or 0xDEF8B2) is known color: Reef. HEX triplet: DE, F8 and B2. RGB value is (222,248,178). Sum of RGB (Red+Green+Blue) = 222+248+178=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 248 (97.27% from 255 or 38.27% from 648); Blue value is 178 (69.92% from 255 or 27.47% from 648); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF8B2 is #21074D. Grayscale: #E8E8E8. Windows color (decimal): -2164558 or 11729118. OLE color: 11729118.
HSL color Cylindrical-coordinate representation of color #DEF8B2: hue angle of 82.29º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEF8B2 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 178 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.03 |
| HSL | 82.29º | 0.83% | 0.84% | - |
| HSV(B) | 82.29º | 0.28% | 0.97% | - |
| XYZ | 71.73 | 85.88 | 54.92 | - |
| YUV | 232.25 | 97.39 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 178 | 0.10 | 0 | 0.28 | 0.03 | 82.29 | 0.83 | 0.84 |
| Hex | DE | F8 | B2 | A | 0 | 1C | 3 | 52 | 53 | 54 |
| Octal | 336 | 370 | 262 | 12 | 0 | 34 | 3 | 122 | 123 | 124 |
| Binary | 11011110 | 11111000 | 10110010 | 1010 | 0 | 11100 | 11 | 1010010 | 1010011 | 1010100 |
Color Harmonies of #DEF8B2
Complementary color
Monochromatic Colors of #DEF8B2
Black with #DEF8B2
Text Example
Text Example
White with #DEF8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF8B2; }
p { color: rgb(222,248,178); }
H1.HeaderClassName
{
color: #DEF8B2;
}
.AnyTagClassName
{
color: #DEF8B2;
}
</style>
background-color css
<style>
a { background-color: #DEF8B2; }
a { background-color: rgb(222,248,178); }
div.DivClassName
{
background-color: #DEF8B2;
}
.BgClassName
{
background-color: #DEF8B2;
}
</style>
border-color css
<style>
span { border-color: #DEF8B2; }
span { border-color: rgb(222,248,178); }
td.TdClassName
{
border-color: #DEF8B2;
}
.TagClassName
{
border-color: #DEF8B2;
}
</style>