Shades of Oyster Bay #D1EFF2
Tints of Oyster Bay #D1EFF2
RGB
CMYK
RGB Variations
Color information
#D1EFF2 (or 0xD1EFF2) is known color: Oyster Bay. HEX triplet: D1, EF and F2. RGB value is (209,239,242). Sum of RGB (Red+Green+Blue) = 209+239+242=690 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.29% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 242 - color contains mainly: blue. Hex color #D1EFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EFF2 is #2E100D. Grayscale: #E6E6E6. Windows color (decimal): -3018766 or 15921105. OLE color: 15921105.
HSL color Cylindrical-coordinate representation of color #D1EFF2: hue angle of 185.45º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1EFF2 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 239 | 242 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.05 |
| HSL | 185.45º | 0.56% | 0.88% | - |
| HSV(B) | 185.45º | 0.14% | 0.95% | - |
| XYZ | 73.19 | 81.7 | 95.92 | - |
| YUV | 230.37 | 134.56 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 242 | 0.14 | 0.01 | 0 | 0.05 | 185.45 | 0.56 | 0.88 |
| Hex | D1 | EF | F2 | E | 1 | 0 | 5 | B9 | 38 | 58 |
| Octal | 321 | 357 | 362 | 16 | 1 | 0 | 5 | 271 | 70 | 130 |
| Binary | 11010001 | 11101111 | 11110010 | 1110 | 1 | 0 | 101 | 10111001 | 111000 | 1011000 |
Color Harmonies of #D1EFF2
Complementary color
Monochromatic Colors of #D1EFF2
Black with #D1EFF2
Text Example
Text Example
White with #D1EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EFF2; }
p { color: rgb(209,239,242); }
H1.HeaderClassName
{
color: #D1EFF2;
}
.AnyTagClassName
{
color: #D1EFF2;
}
</style>
background-color css
<style>
a { background-color: #D1EFF2; }
a { background-color: rgb(209,239,242); }
div.DivClassName
{
background-color: #D1EFF2;
}
.BgClassName
{
background-color: #D1EFF2;
}
</style>
border-color css
<style>
span { border-color: #D1EFF2; }
span { border-color: rgb(209,239,242); }
td.TdClassName
{
border-color: #D1EFF2;
}
.TagClassName
{
border-color: #D1EFF2;
}
</style>