Shades of Reef #DFFFB2
Tints of Reef #DFFFB2
RGB
CMYK
RGB Variations
Color information
#DFFFB2 (or 0xDFFFB2) is known color: Reef. HEX triplet: DF, FF and B2. RGB value is (223,255,178). Sum of RGB (Red+Green+Blue) = 223+255+178=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 178 (69.92% from 255 or 27.13% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFFB2 is #20004D. Grayscale: #ECECEC. Windows color (decimal): -2097230 or 11730911. OLE color: 11730911.
HSL color Cylindrical-coordinate representation of color #DFFFB2: hue angle of 84.94º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFFFB2 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 178 | - |
| CMYK | 0.13 | 0 | 0.30 | 0 |
| HSL | 84.94º | 1% | 0.85% | - |
| HSV(B) | 84.94º | 0.3% | 1% | - |
| XYZ | 74.23 | 90.42 | 55.66 | - |
| YUV | 236.65 | 94.9 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 178 | 0.13 | 0 | 0.30 | 0 | 84.94 | 1 | 0.85 |
| Hex | DF | FF | B2 | D | 0 | 1E | 0 | 55 | 64 | 55 |
| Octal | 337 | 377 | 262 | 15 | 0 | 36 | 0 | 125 | 144 | 125 |
| Binary | 11011111 | 11111111 | 10110010 | 1101 | 0 | 11110 | 0 | 1010101 | 1100100 | 1010101 |
Color Harmonies of #DFFFB2
Complementary color
Monochromatic Colors of #DFFFB2
Black with #DFFFB2
Text Example
Text Example
White with #DFFFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFB2; }
p { color: rgb(223,255,178); }
H1.HeaderClassName
{
color: #DFFFB2;
}
.AnyTagClassName
{
color: #DFFFB2;
}
</style>
background-color css
<style>
a { background-color: #DFFFB2; }
a { background-color: rgb(223,255,178); }
div.DivClassName
{
background-color: #DFFFB2;
}
.BgClassName
{
background-color: #DFFFB2;
}
</style>
border-color css
<style>
span { border-color: #DFFFB2; }
span { border-color: rgb(223,255,178); }
td.TdClassName
{
border-color: #DFFFB2;
}
.TagClassName
{
border-color: #DFFFB2;
}
</style>