Shades of Oyster Bay #D9EDEC
Tints of Oyster Bay #D9EDEC
RGB
CMYK
RGB Variations
Color information
#D9EDEC (or 0xD9EDEC) is known color: Oyster Bay. HEX triplet: D9, ED and EC. RGB value is (217,237,236). Sum of RGB (Red+Green+Blue) = 217+237+236=690 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.45% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EDEC is #261213. Grayscale: #E6E6E6. Windows color (decimal): -2494996 or 15527385. OLE color: 15527385.
HSL color Cylindrical-coordinate representation of color #D9EDEC: hue angle of 177º 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 #D9EDEC is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 237 | 236 | - |
CMYK | 0.08 | 0 | 0.00 | 0.07 |
HSL | 177º | 0.36% | 0.89% | - |
HSV(B) | 177º | 0.08% | 0.93% | - |
XYZ | 74.04 | 81.38 | 91.16 | - |
YUV | 230.91 | 130.87 | 118.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 237 | 236 | 0.08 | 0 | 0.00 | 0.07 | 177 | 0.36 | 0.89 |
Hex | D9 | ED | EC | 8 | 0 | 0 | 7 | B1 | 24 | 59 |
Octal | 331 | 355 | 354 | 10 | 0 | 0 | 7 | 261 | 44 | 131 |
Binary | 11011001 | 11101101 | 11101100 | 1000 | 0 | 0 | 111 | 10110001 | 100100 | 1011001 |
Color Harmonies of #D9EDEC
Complementary color
Monochromatic Colors of #D9EDEC
Black with #D9EDEC
Text Example
Text Example
White with #D9EDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EDEC; }
p { color: rgb(217,237,236); }
H1.HeaderClassName
{
color: #D9EDEC;
}
.AnyTagClassName
{
color: #D9EDEC;
}
</style>
background-color css
<style>
a { background-color: #D9EDEC; }
a { background-color: rgb(217,237,236); }
div.DivClassName
{
background-color: #D9EDEC;
}
.BgClassName
{
background-color: #D9EDEC;
}
</style>
border-color css
<style>
span { border-color: #D9EDEC; }
span { border-color: rgb(217,237,236); }
td.TdClassName
{
border-color: #D9EDEC;
}
.TagClassName
{
border-color: #D9EDEC;
}
</style>