Shades of Oyster Bay #D2EEF0
Tints of Oyster Bay #D2EEF0
RGB
CMYK
RGB Variations
Color information
#D2EEF0 (or 0xD2EEF0) is known color: Oyster Bay. HEX triplet: D2, EE and F0. RGB value is (210,238,240). Sum of RGB (Red+Green+Blue) = 210+238+240=688 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.52% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 240 - color contains mainly: blue. Hex color #D2EEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EEF0 is #2D110F. Grayscale: #E5E5E5. Windows color (decimal): -2953488 or 15789778. OLE color: 15789778.
HSL color Cylindrical-coordinate representation of color #D2EEF0: hue angle of 184º degrees, saturation: 0.5, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2EEF0 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 238 | 240 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.06 |
| HSL | 184º | 0.5% | 0.88% | - |
| HSV(B) | 184º | 0.13% | 0.94% | - |
| XYZ | 72.88 | 81.14 | 94.26 | - |
| YUV | 229.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 240 | 0.12 | 0.01 | 0 | 0.06 | 184 | 0.5 | 0.88 |
| Hex | D2 | EE | F0 | C | 1 | 0 | 6 | B8 | 32 | 58 |
| Octal | 322 | 356 | 360 | 14 | 1 | 0 | 6 | 270 | 62 | 130 |
| Binary | 11010010 | 11101110 | 11110000 | 1100 | 1 | 0 | 110 | 10111000 | 110010 | 1011000 |
Color Harmonies of #D2EEF0
Complementary color
Monochromatic Colors of #D2EEF0
Black with #D2EEF0
Text Example
Text Example
White with #D2EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EEF0; }
p { color: rgb(210,238,240); }
H1.HeaderClassName
{
color: #D2EEF0;
}
.AnyTagClassName
{
color: #D2EEF0;
}
</style>
background-color css
<style>
a { background-color: #D2EEF0; }
a { background-color: rgb(210,238,240); }
div.DivClassName
{
background-color: #D2EEF0;
}
.BgClassName
{
background-color: #D2EEF0;
}
</style>
border-color css
<style>
span { border-color: #D2EEF0; }
span { border-color: rgb(210,238,240); }
td.TdClassName
{
border-color: #D2EEF0;
}
.TagClassName
{
border-color: #D2EEF0;
}
</style>