Shades of Reef #DFF4B0
Tints of Reef #DFF4B0
RGB
CMYK
RGB Variations
Color information
#DFF4B0 (or 0xDFF4B0) is known color: Reef. HEX triplet: DF, F4 and B0. RGB value is (223,244,176). Sum of RGB (Red+Green+Blue) = 223+244+176=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 244 (95.70% from 255 or 37.95% from 643); Blue value is 176 (69.14% from 255 or 27.37% from 643); Max value from RGB is 244 - color contains mainly: green. Hex color #DFF4B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF4B0 is #200B4F. Grayscale: #E6E6E6. Windows color (decimal): -2100048 or 11597023. OLE color: 11597023.
HSL color Cylindrical-coordinate representation of color #DFF4B0: hue angle of 78.53º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFF4B0 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 244 | 176 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.04 |
| HSL | 78.53º | 0.76% | 0.82% | - |
| HSV(B) | 78.53º | 0.28% | 0.96% | - |
| XYZ | 70.62 | 83.52 | 53.47 | - |
| YUV | 229.97 | 97.54 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 244 | 176 | 0.09 | 0 | 0.28 | 0.04 | 78.53 | 0.76 | 0.82 |
| Hex | DF | F4 | B0 | 9 | 0 | 1C | 4 | 4F | 4C | 52 |
| Octal | 337 | 364 | 260 | 11 | 0 | 34 | 4 | 117 | 114 | 122 |
| Binary | 11011111 | 11110100 | 10110000 | 1001 | 0 | 11100 | 100 | 1001111 | 1001100 | 1010010 |
Color Harmonies of #DFF4B0
Complementary color
Monochromatic Colors of #DFF4B0
Black with #DFF4B0
Text Example
Text Example
White with #DFF4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF4B0; }
p { color: rgb(223,244,176); }
H1.HeaderClassName
{
color: #DFF4B0;
}
.AnyTagClassName
{
color: #DFF4B0;
}
</style>
background-color css
<style>
a { background-color: #DFF4B0; }
a { background-color: rgb(223,244,176); }
div.DivClassName
{
background-color: #DFF4B0;
}
.BgClassName
{
background-color: #DFF4B0;
}
</style>
border-color css
<style>
span { border-color: #DFF4B0; }
span { border-color: rgb(223,244,176); }
td.TdClassName
{
border-color: #DFF4B0;
}
.TagClassName
{
border-color: #DFF4B0;
}
</style>