Shades of Oyster Bay #D0EEF3
Tints of Oyster Bay #D0EEF3
RGB
CMYK
RGB Variations
Color information
#D0EEF3 (or 0xD0EEF3) is known color: Oyster Bay. HEX triplet: D0, EE and F3. RGB value is (208,238,243). Sum of RGB (Red+Green+Blue) = 208+238+243=689 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.19% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 243 - color contains mainly: blue. Hex color #D0EEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EEF3 is #2F110C. Grayscale: #E5E5E5. Windows color (decimal): -3084557 or 15986384. OLE color: 15986384.
HSL color Cylindrical-coordinate representation of color #D0EEF3: hue angle of 188.57º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0EEF3 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 238 | 243 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.05 |
| HSL | 188.57º | 0.59% | 0.88% | - |
| HSV(B) | 188.57º | 0.14% | 0.95% | - |
| XYZ | 72.76 | 81.03 | 96.6 | - |
| YUV | 229.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 243 | 0.14 | 0.02 | 0 | 0.05 | 188.57 | 0.59 | 0.88 |
| Hex | D0 | EE | F3 | E | 2 | 0 | 5 | BD | 3B | 58 |
| Octal | 320 | 356 | 363 | 16 | 2 | 0 | 5 | 275 | 73 | 130 |
| Binary | 11010000 | 11101110 | 11110011 | 1110 | 10 | 0 | 101 | 10111101 | 111011 | 1011000 |
Color Harmonies of #D0EEF3
Complementary color
Monochromatic Colors of #D0EEF3
Black with #D0EEF3
Text Example
Text Example
White with #D0EEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EEF3; }
p { color: rgb(208,238,243); }
H1.HeaderClassName
{
color: #D0EEF3;
}
.AnyTagClassName
{
color: #D0EEF3;
}
</style>
background-color css
<style>
a { background-color: #D0EEF3; }
a { background-color: rgb(208,238,243); }
div.DivClassName
{
background-color: #D0EEF3;
}
.BgClassName
{
background-color: #D0EEF3;
}
</style>
border-color css
<style>
span { border-color: #D0EEF3; }
span { border-color: rgb(208,238,243); }
td.TdClassName
{
border-color: #D0EEF3;
}
.TagClassName
{
border-color: #D0EEF3;
}
</style>