Shades of Oyster Bay #D2EDEC
Tints of Oyster Bay #D2EDEC
RGB
CMYK
RGB Variations
Color information
#D2EDEC (or 0xD2EDEC) is known color: Oyster Bay. HEX triplet: D2, ED and EC. RGB value is (210,237,236). Sum of RGB (Red+Green+Blue) = 210+237+236=683 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.75% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EDEC is #2D1213. Grayscale: #E4E4E4. Windows color (decimal): -2953748 or 15527378. OLE color: 15527378.
HSL color Cylindrical-coordinate representation of color #D2EDEC: hue angle of 177.78º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2EDEC is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 237 | 236 | - |
| CMYK | 0.11 | 0 | 0.00 | 0.07 |
| HSL | 177.78º | 0.43% | 0.88% | - |
| HSV(B) | 177.78º | 0.11% | 0.93% | - |
| XYZ | 72 | 80.33 | 91.07 | - |
| YUV | 228.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 237 | 236 | 0.11 | 0 | 0.00 | 0.07 | 177.78 | 0.43 | 0.88 |
| Hex | D2 | ED | EC | B | 0 | 0 | 7 | B2 | 2B | 58 |
| Octal | 322 | 355 | 354 | 13 | 0 | 0 | 7 | 262 | 53 | 130 |
| Binary | 11010010 | 11101101 | 11101100 | 1011 | 0 | 0 | 111 | 10110010 | 101011 | 1011000 |
Color Harmonies of #D2EDEC
Complementary color
Monochromatic Colors of #D2EDEC
Black with #D2EDEC
Text Example
Text Example
White with #D2EDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EDEC; }
p { color: rgb(210,237,236); }
H1.HeaderClassName
{
color: #D2EDEC;
}
.AnyTagClassName
{
color: #D2EDEC;
}
</style>
background-color css
<style>
a { background-color: #D2EDEC; }
a { background-color: rgb(210,237,236); }
div.DivClassName
{
background-color: #D2EDEC;
}
.BgClassName
{
background-color: #D2EDEC;
}
</style>
border-color css
<style>
span { border-color: #D2EDEC; }
span { border-color: rgb(210,237,236); }
td.TdClassName
{
border-color: #D2EDEC;
}
.TagClassName
{
border-color: #D2EDEC;
}
</style>