Shades of Reef #DEFFB0
Tints of Reef #DEFFB0
RGB
CMYK
RGB Variations
Color information
#DEFFB0 (or 0xDEFFB0) is known color: Reef. HEX triplet: DE, FF and B0. RGB value is (222,255,176). Sum of RGB (Red+Green+Blue) = 222+255+176=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 176 (69.14% from 255 or 26.95% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFFB0 is #21004F. Grayscale: #ECECEC. Windows color (decimal): -2162768 or 11599838. OLE color: 11599838.
HSL color Cylindrical-coordinate representation of color #DEFFB0: hue angle of 85.06º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEFFB0 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 176 | - |
| CMYK | 0.13 | 0 | 0.31 | 0 |
| HSL | 85.06º | 1% | 0.85% | - |
| HSV(B) | 85.06º | 0.31% | 1% | - |
| XYZ | 73.72 | 90.18 | 54.6 | - |
| YUV | 236.13 | 94.07 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 176 | 0.13 | 0 | 0.31 | 0 | 85.06 | 1 | 0.85 |
| Hex | DE | FF | B0 | D | 0 | 1F | 0 | 55 | 64 | 55 |
| Octal | 336 | 377 | 260 | 15 | 0 | 37 | 0 | 125 | 144 | 125 |
| Binary | 11011110 | 11111111 | 10110000 | 1101 | 0 | 11111 | 0 | 1010101 | 1100100 | 1010101 |
Color Harmonies of #DEFFB0
Complementary color
Monochromatic Colors of #DEFFB0
Black with #DEFFB0
Text Example
Text Example
White with #DEFFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFB0; }
p { color: rgb(222,255,176); }
H1.HeaderClassName
{
color: #DEFFB0;
}
.AnyTagClassName
{
color: #DEFFB0;
}
</style>
background-color css
<style>
a { background-color: #DEFFB0; }
a { background-color: rgb(222,255,176); }
div.DivClassName
{
background-color: #DEFFB0;
}
.BgClassName
{
background-color: #DEFFB0;
}
</style>
border-color css
<style>
span { border-color: #DEFFB0; }
span { border-color: rgb(222,255,176); }
td.TdClassName
{
border-color: #DEFFB0;
}
.TagClassName
{
border-color: #DEFFB0;
}
</style>