Shades of Oyster Bay #DFF0F3
Tints of Oyster Bay #DFF0F3
RGB
CMYK
RGB Variations
Color information
#DFF0F3 (or 0xDFF0F3) is known color: Oyster Bay. HEX triplet: DF, F0 and F3. RGB value is (223,240,243). Sum of RGB (Red+Green+Blue) = 223+240+243=706 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.59% from 706); Green value is 240 (94.14% from 255 or 33.99% from 706); Blue value is 243 (95.31% from 255 or 34.42% from 706); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFF0F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF0F3 is #200F0C. Grayscale: #EBEBEB. Windows color (decimal): -2101005 or 15986911. OLE color: 15986911.
HSL color Cylindrical-coordinate representation of color #DFF0F3: hue angle of 189º degrees, saturation: 0.45, 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 #DFF0F3 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 240 | 243 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.05 |
| HSL | 189º | 0.45% | 0.91% | - |
| HSV(B) | 189º | 0.08% | 0.95% | - |
| XYZ | 77.77 | 84.48 | 97 | - |
| YUV | 235.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 243 | 0.08 | 0.01 | 0 | 0.05 | 189 | 0.45 | 0.91 |
| Hex | DF | F0 | F3 | 8 | 1 | 0 | 5 | BD | 2D | 5B |
| Octal | 337 | 360 | 363 | 10 | 1 | 0 | 5 | 275 | 55 | 133 |
| Binary | 11011111 | 11110000 | 11110011 | 1000 | 1 | 0 | 101 | 10111101 | 101101 | 1011011 |
Color Harmonies of #DFF0F3
Complementary color
Monochromatic Colors of #DFF0F3
Black with #DFF0F3
Text Example
Text Example
White with #DFF0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF0F3; }
p { color: rgb(223,240,243); }
H1.HeaderClassName
{
color: #DFF0F3;
}
.AnyTagClassName
{
color: #DFF0F3;
}
</style>
background-color css
<style>
a { background-color: #DFF0F3; }
a { background-color: rgb(223,240,243); }
div.DivClassName
{
background-color: #DFF0F3;
}
.BgClassName
{
background-color: #DFF0F3;
}
</style>
border-color css
<style>
span { border-color: #DFF0F3; }
span { border-color: rgb(223,240,243); }
td.TdClassName
{
border-color: #DFF0F3;
}
.TagClassName
{
border-color: #DFF0F3;
}
</style>