Shades of Oyster Bay #DFF0EF
Tints of Oyster Bay #DFF0EF
RGB
CMYK
RGB Variations
Color information
#DFF0EF (or 0xDFF0EF) is known color: Oyster Bay. HEX triplet: DF, F0 and EF. RGB value is (223,240,239). Sum of RGB (Red+Green+Blue) = 223+240+239=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 240 (94.14% from 255 or 34.19% from 702); Blue value is 239 (93.75% from 255 or 34.05% from 702); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF0EF is #200F10. Grayscale: #EAEAEA. Windows color (decimal): -2101009 or 15724767. OLE color: 15724767.
HSL color Cylindrical-coordinate representation of color #DFF0EF: hue angle of 176.47º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFF0EF is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 239 | - |
| CMYK | 0.07 | 0 | 0.00 | 0.06 |
| HSL | 176.47º | 0.36% | 0.91% | - |
| HSV(B) | 176.47º | 0.07% | 0.94% | - |
| XYZ | 77.17 | 84.24 | 93.85 | - |
| YUV | 234.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 239 | 0.07 | 0 | 0.00 | 0.06 | 176.47 | 0.36 | 0.91 |
| Hex | DF | F0 | EF | 7 | 0 | 0 | 6 | B0 | 24 | 5B |
| Octal | 337 | 360 | 357 | 7 | 0 | 0 | 6 | 260 | 44 | 133 |
| Binary | 11011111 | 11110000 | 11101111 | 111 | 0 | 0 | 110 | 10110000 | 100100 | 1011011 |
Color Harmonies of #DFF0EF
Complementary color
Monochromatic Colors of #DFF0EF
Black with #DFF0EF
Text Example
Text Example
White with #DFF0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF0EF; }
p { color: rgb(223,240,239); }
H1.HeaderClassName
{
color: #DFF0EF;
}
.AnyTagClassName
{
color: #DFF0EF;
}
</style>
background-color css
<style>
a { background-color: #DFF0EF; }
a { background-color: rgb(223,240,239); }
div.DivClassName
{
background-color: #DFF0EF;
}
.BgClassName
{
background-color: #DFF0EF;
}
</style>
border-color css
<style>
span { border-color: #DFF0EF; }
span { border-color: rgb(223,240,239); }
td.TdClassName
{
border-color: #DFF0EF;
}
.TagClassName
{
border-color: #DFF0EF;
}
</style>