Shades of Oyster Bay #D0E7E8
Tints of Oyster Bay #D0E7E8
RGB
CMYK
RGB Variations
Color information
#D0E7E8 (or 0xD0E7E8) is known color: Oyster Bay. HEX triplet: D0, E7 and E8. RGB value is (208,231,232). Sum of RGB (Red+Green+Blue) = 208+231+232=671 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.00% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 232 - color contains mainly: blue. Hex color #D0E7E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E7E8 is #2F1817. Grayscale: #E0E0E0. Windows color (decimal): -3086360 or 15263696. OLE color: 15263696.
HSL color Cylindrical-coordinate representation of color #D0E7E8: hue angle of 182.5º 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 #D0E7E8 is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 231 | 232 | - |
| CMYK | 0.10 | 0.00 | 0 | 0.09 |
| HSL | 182.5º | 0.34% | 0.86% | - |
| HSV(B) | 182.5º | 0.1% | 0.91% | - |
| XYZ | 69.15 | 76.39 | 87.44 | - |
| YUV | 224.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 231 | 232 | 0.10 | 0.00 | 0 | 0.09 | 182.5 | 0.34 | 0.86 |
| Hex | D0 | E7 | E8 | A | 0 | 0 | 9 | B6 | 22 | 56 |
| Octal | 320 | 347 | 350 | 12 | 0 | 0 | 11 | 266 | 42 | 126 |
| Binary | 11010000 | 11100111 | 11101000 | 1010 | 0 | 0 | 1001 | 10110110 | 100010 | 1010110 |
Color Harmonies of #D0E7E8
Complementary color
Monochromatic Colors of #D0E7E8
Black with #D0E7E8
Text Example
Text Example
White with #D0E7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E7E8; }
p { color: rgb(208,231,232); }
H1.HeaderClassName
{
color: #D0E7E8;
}
.AnyTagClassName
{
color: #D0E7E8;
}
</style>
background-color css
<style>
a { background-color: #D0E7E8; }
a { background-color: rgb(208,231,232); }
div.DivClassName
{
background-color: #D0E7E8;
}
.BgClassName
{
background-color: #D0E7E8;
}
</style>
border-color css
<style>
span { border-color: #D0E7E8; }
span { border-color: rgb(208,231,232); }
td.TdClassName
{
border-color: #D0E7E8;
}
.TagClassName
{
border-color: #D0E7E8;
}
</style>