Shades of Oyster Bay #D1EEF1
Tints of Oyster Bay #D1EEF1
RGB
CMYK
RGB Variations
Color information
#D1EEF1 (or 0xD1EEF1) is known color: Oyster Bay. HEX triplet: D1, EE and F1. RGB value is (209,238,241). Sum of RGB (Red+Green+Blue) = 209+238+241=688 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.38% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 241 - color contains mainly: blue. Hex color #D1EEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EEF1 is #2E110E. Grayscale: #E5E5E5. Windows color (decimal): -3019023 or 15855313. OLE color: 15855313.
HSL color Cylindrical-coordinate representation of color #D1EEF1: hue angle of 185.62º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1EEF1 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 238 | 241 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.05 |
| HSL | 185.63º | 0.53% | 0.88% | - |
| HSV(B) | 185.63º | 0.13% | 0.95% | - |
| XYZ | 72.75 | 81.06 | 95.03 | - |
| YUV | 229.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 238 | 241 | 0.13 | 0.01 | 0 | 0.05 | 185.63 | 0.53 | 0.88 |
| Hex | D1 | EE | F1 | D | 1 | 0 | 5 | BA | 35 | 58 |
| Octal | 321 | 356 | 361 | 15 | 1 | 0 | 5 | 272 | 65 | 130 |
| Binary | 11010001 | 11101110 | 11110001 | 1101 | 1 | 0 | 101 | 10111010 | 110101 | 1011000 |
Color Harmonies of #D1EEF1
Complementary color
Monochromatic Colors of #D1EEF1
Black with #D1EEF1
Text Example
Text Example
White with #D1EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EEF1; }
p { color: rgb(209,238,241); }
H1.HeaderClassName
{
color: #D1EEF1;
}
.AnyTagClassName
{
color: #D1EEF1;
}
</style>
background-color css
<style>
a { background-color: #D1EEF1; }
a { background-color: rgb(209,238,241); }
div.DivClassName
{
background-color: #D1EEF1;
}
.BgClassName
{
background-color: #D1EEF1;
}
</style>
border-color css
<style>
span { border-color: #D1EEF1; }
span { border-color: rgb(209,238,241); }
td.TdClassName
{
border-color: #D1EEF1;
}
.TagClassName
{
border-color: #D1EEF1;
}
</style>