Shades of Oyster Bay #D1ECEF
Tints of Oyster Bay #D1ECEF
RGB
CMYK
RGB Variations
Color information
#D1ECEF (or 0xD1ECEF) is known color: Oyster Bay. HEX triplet: D1, EC and EF. RGB value is (209,236,239). Sum of RGB (Red+Green+Blue) = 209+236+239=684 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.56% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1ECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1ECEF is #2E1310. Grayscale: #E4E4E4. Windows color (decimal): -3019537 or 15723729. OLE color: 15723729.
HSL color Cylindrical-coordinate representation of color #D1ECEF: hue angle of 186º degrees, saturation: 0.48, 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 #D1ECEF is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 236 | 239 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.06 |
| HSL | 186º | 0.48% | 0.88% | - |
| HSV(B) | 186º | 0.13% | 0.94% | - |
| XYZ | 71.87 | 79.78 | 93.27 | - |
| YUV | 228.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 236 | 239 | 0.13 | 0.01 | 0 | 0.06 | 186 | 0.48 | 0.88 |
| Hex | D1 | EC | EF | D | 1 | 0 | 6 | BA | 30 | 58 |
| Octal | 321 | 354 | 357 | 15 | 1 | 0 | 6 | 272 | 60 | 130 |
| Binary | 11010001 | 11101100 | 11101111 | 1101 | 1 | 0 | 110 | 10111010 | 110000 | 1011000 |
Color Harmonies of #D1ECEF
Complementary color
Monochromatic Colors of #D1ECEF
Black with #D1ECEF
Text Example
Text Example
White with #D1ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ECEF; }
p { color: rgb(209,236,239); }
H1.HeaderClassName
{
color: #D1ECEF;
}
.AnyTagClassName
{
color: #D1ECEF;
}
</style>
background-color css
<style>
a { background-color: #D1ECEF; }
a { background-color: rgb(209,236,239); }
div.DivClassName
{
background-color: #D1ECEF;
}
.BgClassName
{
background-color: #D1ECEF;
}
</style>
border-color css
<style>
span { border-color: #D1ECEF; }
span { border-color: rgb(209,236,239); }
td.TdClassName
{
border-color: #D1ECEF;
}
.TagClassName
{
border-color: #D1ECEF;
}
</style>