Shades of Oyster Bay #D0E6E8
Tints of Oyster Bay #D0E6E8
RGB
CMYK
RGB Variations
Color information
#D0E6E8 (or 0xD0E6E8) is known color: Oyster Bay. HEX triplet: D0, E6 and E8. RGB value is (208,230,232). Sum of RGB (Red+Green+Blue) = 208+230+232=670 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.04% from 670); Green value is 230 (90.23% from 255 or 34.33% from 670); Blue value is 232 (91.02% from 255 or 34.63% from 670); Max value from RGB is 232 - color contains mainly: blue. Hex color #D0E6E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E6E8 is #2F1917. Grayscale: #DFDFDF. Windows color (decimal): -3086616 or 15263440. OLE color: 15263440.
HSL color Cylindrical-coordinate representation of color #D0E6E8: hue angle of 185º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0E6E8 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 230 | 232 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.09 |
| HSL | 185º | 0.34% | 0.86% | - |
| HSV(B) | 185º | 0.1% | 0.91% | - |
| XYZ | 68.87 | 75.83 | 87.35 | - |
| YUV | 223.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 232 | 0.10 | 0.01 | 0 | 0.09 | 185 | 0.34 | 0.86 |
| Hex | D0 | E6 | E8 | A | 1 | 0 | 9 | B9 | 22 | 56 |
| Octal | 320 | 346 | 350 | 12 | 1 | 0 | 11 | 271 | 42 | 126 |
| Binary | 11010000 | 11100110 | 11101000 | 1010 | 1 | 0 | 1001 | 10111001 | 100010 | 1010110 |
Color Harmonies of #D0E6E8
Complementary color
Monochromatic Colors of #D0E6E8
Black with #D0E6E8
Text Example
Text Example
White with #D0E6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E6E8; }
p { color: rgb(208,230,232); }
H1.HeaderClassName
{
color: #D0E6E8;
}
.AnyTagClassName
{
color: #D0E6E8;
}
</style>
background-color css
<style>
a { background-color: #D0E6E8; }
a { background-color: rgb(208,230,232); }
div.DivClassName
{
background-color: #D0E6E8;
}
.BgClassName
{
background-color: #D0E6E8;
}
</style>
border-color css
<style>
span { border-color: #D0E6E8; }
span { border-color: rgb(208,230,232); }
td.TdClassName
{
border-color: #D0E6E8;
}
.TagClassName
{
border-color: #D0E6E8;
}
</style>