Shades of Oyster Bay #D2EAEE
Tints of Oyster Bay #D2EAEE
RGB
CMYK
RGB Variations
Color information
#D2EAEE (or 0xD2EAEE) is known color: Oyster Bay. HEX triplet: D2, EA and EE. RGB value is (210,234,238). Sum of RGB (Red+Green+Blue) = 210+234+238=682 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.79% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EAEE is #2D1511. Grayscale: #E3E3E3. Windows color (decimal): -2954514 or 15657682. OLE color: 15657682.
HSL color Cylindrical-coordinate representation of color #D2EAEE: hue angle of 188.57º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2EAEE is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 234 | 238 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.07 |
| HSL | 188.57º | 0.45% | 0.88% | - |
| HSV(B) | 188.57º | 0.12% | 0.93% | - |
| XYZ | 71.43 | 78.72 | 92.32 | - |
| YUV | 227.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 234 | 238 | 0.12 | 0.02 | 0 | 0.07 | 188.57 | 0.45 | 0.88 |
| Hex | D2 | EA | EE | C | 2 | 0 | 7 | BD | 2D | 58 |
| Octal | 322 | 352 | 356 | 14 | 2 | 0 | 7 | 275 | 55 | 130 |
| Binary | 11010010 | 11101010 | 11101110 | 1100 | 10 | 0 | 111 | 10111101 | 101101 | 1011000 |
Color Harmonies of #D2EAEE
Complementary color
Monochromatic Colors of #D2EAEE
Black with #D2EAEE
Text Example
Text Example
White with #D2EAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EAEE; }
p { color: rgb(210,234,238); }
H1.HeaderClassName
{
color: #D2EAEE;
}
.AnyTagClassName
{
color: #D2EAEE;
}
</style>
background-color css
<style>
a { background-color: #D2EAEE; }
a { background-color: rgb(210,234,238); }
div.DivClassName
{
background-color: #D2EAEE;
}
.BgClassName
{
background-color: #D2EAEE;
}
</style>
border-color css
<style>
span { border-color: #D2EAEE; }
span { border-color: rgb(210,234,238); }
td.TdClassName
{
border-color: #D2EAEE;
}
.TagClassName
{
border-color: #D2EAEE;
}
</style>