Shades of Oyster Bay #D9EEED
Tints of Oyster Bay #D9EEED
RGB
CMYK
RGB Variations
Color information
#D9EEED (or 0xD9EEED) is known color: Oyster Bay. HEX triplet: D9, EE and ED. RGB value is (217,238,237). Sum of RGB (Red+Green+Blue) = 217+238+237=692 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.36% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 238 - color contains mainly: green. Hex color #D9EEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EEED is #261112. Grayscale: #E7E7E7. Windows color (decimal): -2494739 or 15593177. OLE color: 15593177.
HSL color Cylindrical-coordinate representation of color #D9EEED: hue angle of 177.14º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9EEED is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 238 | 237 | - |
CMYK | 0.09 | 0 | 0.00 | 0.07 |
HSL | 177.14º | 0.38% | 0.89% | - |
HSV(B) | 177.14º | 0.09% | 0.93% | - |
XYZ | 74.48 | 82.02 | 92.03 | - |
YUV | 231.61 | 131.04 | 117.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 238 | 237 | 0.09 | 0 | 0.00 | 0.07 | 177.14 | 0.38 | 0.89 |
Hex | D9 | EE | ED | 9 | 0 | 0 | 7 | B1 | 26 | 59 |
Octal | 331 | 356 | 355 | 11 | 0 | 0 | 7 | 261 | 46 | 131 |
Binary | 11011001 | 11101110 | 11101101 | 1001 | 0 | 0 | 111 | 10110001 | 100110 | 1011001 |
Color Harmonies of #D9EEED
Complementary color
Monochromatic Colors of #D9EEED
Black with #D9EEED
Text Example
Text Example
White with #D9EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EEED; }
p { color: rgb(217,238,237); }
H1.HeaderClassName
{
color: #D9EEED;
}
.AnyTagClassName
{
color: #D9EEED;
}
</style>
background-color css
<style>
a { background-color: #D9EEED; }
a { background-color: rgb(217,238,237); }
div.DivClassName
{
background-color: #D9EEED;
}
.BgClassName
{
background-color: #D9EEED;
}
</style>
border-color css
<style>
span { border-color: #D9EEED; }
span { border-color: rgb(217,238,237); }
td.TdClassName
{
border-color: #D9EEED;
}
.TagClassName
{
border-color: #D9EEED;
}
</style>