Shades of Reef #DEF6B1
Tints of Reef #DEF6B1
RGB
CMYK
RGB Variations
Color information
#DEF6B1 (or 0xDEF6B1) is known color: Reef. HEX triplet: DE, F6 and B1. RGB value is (222,246,177). Sum of RGB (Red+Green+Blue) = 222+246+177=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 246 (96.48% from 255 or 38.14% from 645); Blue value is 177 (69.53% from 255 or 27.44% from 645); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF6B1 is #21094E. Grayscale: #E7E7E7. Windows color (decimal): -2165071 or 11663070. OLE color: 11663070.
HSL color Cylindrical-coordinate representation of color #DEF6B1: hue angle of 80.87º degrees, saturation: 0.79, 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 #DEF6B1 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 177 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.04 |
| HSL | 80.87º | 0.79% | 0.83% | - |
| HSV(B) | 80.87º | 0.28% | 0.96% | - |
| XYZ | 71.02 | 84.62 | 54.18 | - |
| YUV | 230.96 | 97.55 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 177 | 0.10 | 0 | 0.28 | 0.04 | 80.87 | 0.79 | 0.83 |
| Hex | DE | F6 | B1 | A | 0 | 1C | 4 | 51 | 4F | 53 |
| Octal | 336 | 366 | 261 | 12 | 0 | 34 | 4 | 121 | 117 | 123 |
| Binary | 11011110 | 11110110 | 10110001 | 1010 | 0 | 11100 | 100 | 1010001 | 1001111 | 1010011 |
Color Harmonies of #DEF6B1
Complementary color
Monochromatic Colors of #DEF6B1
Black with #DEF6B1
Text Example
Text Example
White with #DEF6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF6B1; }
p { color: rgb(222,246,177); }
H1.HeaderClassName
{
color: #DEF6B1;
}
.AnyTagClassName
{
color: #DEF6B1;
}
</style>
background-color css
<style>
a { background-color: #DEF6B1; }
a { background-color: rgb(222,246,177); }
div.DivClassName
{
background-color: #DEF6B1;
}
.BgClassName
{
background-color: #DEF6B1;
}
</style>
border-color css
<style>
span { border-color: #DEF6B1; }
span { border-color: rgb(222,246,177); }
td.TdClassName
{
border-color: #DEF6B1;
}
.TagClassName
{
border-color: #DEF6B1;
}
</style>