Shades of Oyster Bay #D0EDEF
Tints of Oyster Bay #D0EDEF
RGB
CMYK
RGB Variations
Color information
#D0EDEF (or 0xD0EDEF) is known color: Oyster Bay. HEX triplet: D0, ED and EF. RGB value is (208,237,239). Sum of RGB (Red+Green+Blue) = 208+237+239=684 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.41% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0EDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EDEF is #2F1210. Grayscale: #E4E4E4. Windows color (decimal): -3084817 or 15723984. OLE color: 15723984.
HSL color Cylindrical-coordinate representation of color #D0EDEF: hue angle of 183.87º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0EDEF is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 237 | 239 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.06 |
| HSL | 183.87º | 0.49% | 0.88% | - |
| HSV(B) | 183.87º | 0.13% | 0.94% | - |
| XYZ | 71.88 | 80.21 | 93.36 | - |
| YUV | 228.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 239 | 0.13 | 0.01 | 0 | 0.06 | 183.87 | 0.49 | 0.88 |
| Hex | D0 | ED | EF | D | 1 | 0 | 6 | B8 | 31 | 58 |
| Octal | 320 | 355 | 357 | 15 | 1 | 0 | 6 | 270 | 61 | 130 |
| Binary | 11010000 | 11101101 | 11101111 | 1101 | 1 | 0 | 110 | 10111000 | 110001 | 1011000 |
Color Harmonies of #D0EDEF
Complementary color
Monochromatic Colors of #D0EDEF
Black with #D0EDEF
Text Example
Text Example
White with #D0EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDEF; }
p { color: rgb(208,237,239); }
H1.HeaderClassName
{
color: #D0EDEF;
}
.AnyTagClassName
{
color: #D0EDEF;
}
</style>
background-color css
<style>
a { background-color: #D0EDEF; }
a { background-color: rgb(208,237,239); }
div.DivClassName
{
background-color: #D0EDEF;
}
.BgClassName
{
background-color: #D0EDEF;
}
</style>
border-color css
<style>
span { border-color: #D0EDEF; }
span { border-color: rgb(208,237,239); }
td.TdClassName
{
border-color: #D0EDEF;
}
.TagClassName
{
border-color: #D0EDEF;
}
</style>