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