Shades of Oyster Bay #D0ECEF
Tints of Oyster Bay #D0ECEF
RGB
CMYK
RGB Variations
Color information
#D0ECEF (or 0xD0ECEF) is known color: Oyster Bay. HEX triplet: D0, EC and EF. RGB value is (208,236,239). Sum of RGB (Red+Green+Blue) = 208+236+239=683 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.45% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0ECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0ECEF is #2F1310. Grayscale: #E3E3E3. Windows color (decimal): -3085073 or 15723728. OLE color: 15723728.
HSL color Cylindrical-coordinate representation of color #D0ECEF: hue angle of 185.81º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0ECEF is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 236 | 239 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.06 |
| HSL | 185.81º | 0.49% | 0.88% | - |
| HSV(B) | 185.81º | 0.13% | 0.94% | - |
| XYZ | 71.59 | 79.63 | 93.26 | - |
| YUV | 227.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 239 | 0.13 | 0.01 | 0 | 0.06 | 185.81 | 0.49 | 0.88 |
| Hex | D0 | EC | EF | D | 1 | 0 | 6 | BA | 31 | 58 |
| Octal | 320 | 354 | 357 | 15 | 1 | 0 | 6 | 272 | 61 | 130 |
| Binary | 11010000 | 11101100 | 11101111 | 1101 | 1 | 0 | 110 | 10111010 | 110001 | 1011000 |
Color Harmonies of #D0ECEF
Complementary color
Monochromatic Colors of #D0ECEF
Black with #D0ECEF
Text Example
Text Example
White with #D0ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECEF; }
p { color: rgb(208,236,239); }
H1.HeaderClassName
{
color: #D0ECEF;
}
.AnyTagClassName
{
color: #D0ECEF;
}
</style>
background-color css
<style>
a { background-color: #D0ECEF; }
a { background-color: rgb(208,236,239); }
div.DivClassName
{
background-color: #D0ECEF;
}
.BgClassName
{
background-color: #D0ECEF;
}
</style>
border-color css
<style>
span { border-color: #D0ECEF; }
span { border-color: rgb(208,236,239); }
td.TdClassName
{
border-color: #D0ECEF;
}
.TagClassName
{
border-color: #D0ECEF;
}
</style>