Shades of Oyster Bay #DFF0F2
Tints of Oyster Bay #DFF0F2
RGB
CMYK
RGB Variations
Color information
#DFF0F2 (or 0xDFF0F2) is known color: Oyster Bay. HEX triplet: DF, F0 and F2. RGB value is (223,240,242). Sum of RGB (Red+Green+Blue) = 223+240+242=705 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.63% from 705); Green value is 240 (94.14% from 255 or 34.04% from 705); Blue value is 242 (94.92% from 255 or 34.33% from 705); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFF0F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF0F2 is #200F0D. Grayscale: #EBEBEB. Windows color (decimal): -2101006 or 15921375. OLE color: 15921375.
HSL color Cylindrical-coordinate representation of color #DFF0F2: hue angle of 186.32º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFF0F2 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 240 | 242 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.05 |
| HSL | 186.32º | 0.42% | 0.91% | - |
| HSV(B) | 186.32º | 0.08% | 0.95% | - |
| XYZ | 77.62 | 84.42 | 96.21 | - |
| YUV | 235.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 242 | 0.08 | 0.01 | 0 | 0.05 | 186.32 | 0.42 | 0.91 |
| Hex | DF | F0 | F2 | 8 | 1 | 0 | 5 | BA | 2A | 5B |
| Octal | 337 | 360 | 362 | 10 | 1 | 0 | 5 | 272 | 52 | 133 |
| Binary | 11011111 | 11110000 | 11110010 | 1000 | 1 | 0 | 101 | 10111010 | 101010 | 1011011 |
Color Harmonies of #DFF0F2
Complementary color
Monochromatic Colors of #DFF0F2
Black with #DFF0F2
Text Example
Text Example
White with #DFF0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF0F2; }
p { color: rgb(223,240,242); }
H1.HeaderClassName
{
color: #DFF0F2;
}
.AnyTagClassName
{
color: #DFF0F2;
}
</style>
background-color css
<style>
a { background-color: #DFF0F2; }
a { background-color: rgb(223,240,242); }
div.DivClassName
{
background-color: #DFF0F2;
}
.BgClassName
{
background-color: #DFF0F2;
}
</style>
border-color css
<style>
span { border-color: #DFF0F2; }
span { border-color: rgb(223,240,242); }
td.TdClassName
{
border-color: #DFF0F2;
}
.TagClassName
{
border-color: #DFF0F2;
}
</style>