Shades of Oyster Bay #D2EEF1
Tints of Oyster Bay #D2EEF1
RGB
CMYK
RGB Variations
Color information
#D2EEF1 (or 0xD2EEF1) is known color: Oyster Bay. HEX triplet: D2, EE and F1. RGB value is (210,238,241). Sum of RGB (Red+Green+Blue) = 210+238+241=689 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.48% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 241 - color contains mainly: blue. Hex color #D2EEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EEF1 is #2D110E. Grayscale: #E5E5E5. Windows color (decimal): -2953487 or 15855314. OLE color: 15855314.
HSL color Cylindrical-coordinate representation of color #D2EEF1: hue angle of 185.81º 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 #D2EEF1 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 238 | 241 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.05 |
| HSL | 185.81º | 0.53% | 0.88% | - |
| HSV(B) | 185.81º | 0.13% | 0.95% | - |
| XYZ | 73.03 | 81.2 | 95.04 | - |
| YUV | 229.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 241 | 0.13 | 0.01 | 0 | 0.05 | 185.81 | 0.53 | 0.88 |
| Hex | D2 | EE | F1 | D | 1 | 0 | 5 | BA | 35 | 58 |
| Octal | 322 | 356 | 361 | 15 | 1 | 0 | 5 | 272 | 65 | 130 |
| Binary | 11010010 | 11101110 | 11110001 | 1101 | 1 | 0 | 101 | 10111010 | 110101 | 1011000 |
Color Harmonies of #D2EEF1
Complementary color
Monochromatic Colors of #D2EEF1
Black with #D2EEF1
Text Example
Text Example
White with #D2EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EEF1; }
p { color: rgb(210,238,241); }
H1.HeaderClassName
{
color: #D2EEF1;
}
.AnyTagClassName
{
color: #D2EEF1;
}
</style>
background-color css
<style>
a { background-color: #D2EEF1; }
a { background-color: rgb(210,238,241); }
div.DivClassName
{
background-color: #D2EEF1;
}
.BgClassName
{
background-color: #D2EEF1;
}
</style>
border-color css
<style>
span { border-color: #D2EEF1; }
span { border-color: rgb(210,238,241); }
td.TdClassName
{
border-color: #D2EEF1;
}
.TagClassName
{
border-color: #D2EEF1;
}
</style>