Shades of Oyster Bay #D9EBED
Tints of Oyster Bay #D9EBED
RGB
CMYK
RGB Variations
Color information
#D9EBED (or 0xD9EBED) is known color: Oyster Bay. HEX triplet: D9, EB and ED. RGB value is (217,235,237). Sum of RGB (Red+Green+Blue) = 217+235+237=689 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.49% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9EBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EBED is #261412. Grayscale: #E5E5E5. Windows color (decimal): -2495507 or 15592409. OLE color: 15592409.
HSL color Cylindrical-coordinate representation of color #D9EBED: hue angle of 186º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9EBED is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 235 | 237 | - |
CMYK | 0.08 | 0.01 | 0 | 0.07 |
HSL | 186º | 0.36% | 0.89% | - |
HSV(B) | 186º | 0.08% | 0.93% | - |
XYZ | 73.61 | 80.28 | 91.74 | - |
YUV | 229.85 | 132.04 | 118.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 235 | 237 | 0.08 | 0.01 | 0 | 0.07 | 186 | 0.36 | 0.89 |
Hex | D9 | EB | ED | 8 | 1 | 0 | 7 | BA | 24 | 59 |
Octal | 331 | 353 | 355 | 10 | 1 | 0 | 7 | 272 | 44 | 131 |
Binary | 11011001 | 11101011 | 11101101 | 1000 | 1 | 0 | 111 | 10111010 | 100100 | 1011001 |
Color Harmonies of #D9EBED
Complementary color
Monochromatic Colors of #D9EBED
Black with #D9EBED
Text Example
Text Example
White with #D9EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EBED; }
p { color: rgb(217,235,237); }
H1.HeaderClassName
{
color: #D9EBED;
}
.AnyTagClassName
{
color: #D9EBED;
}
</style>
background-color css
<style>
a { background-color: #D9EBED; }
a { background-color: rgb(217,235,237); }
div.DivClassName
{
background-color: #D9EBED;
}
.BgClassName
{
background-color: #D9EBED;
}
</style>
border-color css
<style>
span { border-color: #D9EBED; }
span { border-color: rgb(217,235,237); }
td.TdClassName
{
border-color: #D9EBED;
}
.TagClassName
{
border-color: #D9EBED;
}
</style>