Shades of Oyster Bay #DEEEF0
Tints of Oyster Bay #DEEEF0
RGB
CMYK
RGB Variations
Color information
#DEEEF0 (or 0xDEEEF0) is known color: Oyster Bay. HEX triplet: DE, EE and F0. RGB value is (222,238,240). Sum of RGB (Red+Green+Blue) = 222+238+240=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 240 (94.14% from 255 or 34.29% from 700); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEEEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEEF0 is #21110F. Grayscale: #E9E9E9. Windows color (decimal): -2167056 or 15789790. OLE color: 15789790.
HSL color Cylindrical-coordinate representation of color #DEEEF0: hue angle of 186.67º degrees, saturation: 0.38, 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 #DEEEF0 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 238 | 240 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.06 |
| HSL | 186.67º | 0.38% | 0.91% | - |
| HSV(B) | 186.67º | 0.07% | 0.94% | - |
| XYZ | 76.43 | 82.97 | 94.42 | - |
| YUV | 233.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 240 | 0.08 | 0.01 | 0 | 0.06 | 186.67 | 0.38 | 0.91 |
| Hex | DE | EE | F0 | 8 | 1 | 0 | 6 | BB | 26 | 5B |
| Octal | 336 | 356 | 360 | 10 | 1 | 0 | 6 | 273 | 46 | 133 |
| Binary | 11011110 | 11101110 | 11110000 | 1000 | 1 | 0 | 110 | 10111011 | 100110 | 1011011 |
Color Harmonies of #DEEEF0
Complementary color
Monochromatic Colors of #DEEEF0
Black with #DEEEF0
Text Example
Text Example
White with #DEEEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEF0; }
p { color: rgb(222,238,240); }
H1.HeaderClassName
{
color: #DEEEF0;
}
.AnyTagClassName
{
color: #DEEEF0;
}
</style>
background-color css
<style>
a { background-color: #DEEEF0; }
a { background-color: rgb(222,238,240); }
div.DivClassName
{
background-color: #DEEEF0;
}
.BgClassName
{
background-color: #DEEEF0;
}
</style>
border-color css
<style>
span { border-color: #DEEEF0; }
span { border-color: rgb(222,238,240); }
td.TdClassName
{
border-color: #DEEEF0;
}
.TagClassName
{
border-color: #DEEEF0;
}
</style>