Shades of Reef #DFFEB2
Tints of Reef #DFFEB2
RGB
CMYK
RGB Variations
Color information
#DFFEB2 (or 0xDFFEB2) is known color: Reef. HEX triplet: DF, FE and B2. RGB value is (223,254,178). Sum of RGB (Red+Green+Blue) = 223+254+178=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 178 (69.92% from 255 or 27.18% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFEB2 is #20014D. Grayscale: #ECECEC. Windows color (decimal): -2097486 or 11730655. OLE color: 11730655.
HSL color Cylindrical-coordinate representation of color #DFFEB2: hue angle of 84.47º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFFEB2 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 178 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.00 |
| HSL | 84.47º | 0.97% | 0.85% | - |
| HSV(B) | 84.47º | 0.3% | 1% | - |
| XYZ | 73.91 | 89.79 | 55.55 | - |
| YUV | 236.07 | 95.23 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 178 | 0.12 | 0 | 0.30 | 0.00 | 84.47 | 0.97 | 0.85 |
| Hex | DF | FE | B2 | C | 0 | 1E | 0 | 54 | 61 | 55 |
| Octal | 337 | 376 | 262 | 14 | 0 | 36 | 0 | 124 | 141 | 125 |
| Binary | 11011111 | 11111110 | 10110010 | 1100 | 0 | 11110 | 0 | 1010100 | 1100001 | 1010101 |
Color Harmonies of #DFFEB2
Complementary color
Monochromatic Colors of #DFFEB2
Black with #DFFEB2
Text Example
Text Example
White with #DFFEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFEB2; }
p { color: rgb(223,254,178); }
H1.HeaderClassName
{
color: #DFFEB2;
}
.AnyTagClassName
{
color: #DFFEB2;
}
</style>
background-color css
<style>
a { background-color: #DFFEB2; }
a { background-color: rgb(223,254,178); }
div.DivClassName
{
background-color: #DFFEB2;
}
.BgClassName
{
background-color: #DFFEB2;
}
</style>
border-color css
<style>
span { border-color: #DFFEB2; }
span { border-color: rgb(223,254,178); }
td.TdClassName
{
border-color: #DFFEB2;
}
.TagClassName
{
border-color: #DFFEB2;
}
</style>