Shades of Oyster Bay #D2EDED
Tints of Oyster Bay #D2EDED
RGB
CMYK
RGB Variations
Color information
#D2EDED (or 0xD2EDED) is known color: Oyster Bay. HEX triplet: D2, ED and ED. RGB value is (210,237,237). Sum of RGB (Red+Green+Blue) = 210+237+237=684 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.70% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #D2EDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EDED is #2D1212. Grayscale: #E4E4E4. Windows color (decimal): -2953747 or 15592914. OLE color: 15592914.
HSL color Cylindrical-coordinate representation of color #D2EDED: hue angle of 180º 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 #D2EDED is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 237 | 237 | - |
| CMYK | 0.11 | 0 | 0 | 0.07 |
| HSL | 180º | 0.43% | 0.88% | - |
| HSV(B) | 180º | 0.11% | 0.93% | - |
| XYZ | 72.15 | 80.38 | 91.83 | - |
| YUV | 228.93 | 132.55 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 237 | 237 | 0.11 | 0 | 0 | 0.07 | 180 | 0.43 | 0.88 |
| Hex | D2 | ED | ED | B | 0 | 0 | 7 | B4 | 2B | 58 |
| Octal | 322 | 355 | 355 | 13 | 0 | 0 | 7 | 264 | 53 | 130 |
| Binary | 11010010 | 11101101 | 11101101 | 1011 | 0 | 0 | 111 | 10110100 | 101011 | 1011000 |
Color Harmonies of #D2EDED
Complementary color
Monochromatic Colors of #D2EDED
Black with #D2EDED
Text Example
Text Example
White with #D2EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EDED; }
p { color: rgb(210,237,237); }
H1.HeaderClassName
{
color: #D2EDED;
}
.AnyTagClassName
{
color: #D2EDED;
}
</style>
background-color css
<style>
a { background-color: #D2EDED; }
a { background-color: rgb(210,237,237); }
div.DivClassName
{
background-color: #D2EDED;
}
.BgClassName
{
background-color: #D2EDED;
}
</style>
border-color css
<style>
span { border-color: #D2EDED; }
span { border-color: rgb(210,237,237); }
td.TdClassName
{
border-color: #D2EDED;
}
.TagClassName
{
border-color: #D2EDED;
}
</style>