Shades of Oyster Bay #D9EBEC
Tints of Oyster Bay #D9EBEC
RGB
CMYK
RGB Variations
Color information
#D9EBEC (or 0xD9EBEC) is known color: Oyster Bay. HEX triplet: D9, EB and EC. RGB value is (217,235,236). Sum of RGB (Red+Green+Blue) = 217+235+236=688 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.54% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9EBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EBEC is #261413. Grayscale: #E5E5E5. Windows color (decimal): -2495508 or 15526873. OLE color: 15526873.
HSL color Cylindrical-coordinate representation of color #D9EBEC: hue angle of 183.16º degrees, saturation: 0.33, 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 #D9EBEC is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 235 | 236 | - |
CMYK | 0.08 | 0.00 | 0 | 0.07 |
HSL | 183.16º | 0.33% | 0.89% | - |
HSV(B) | 183.16º | 0.08% | 0.93% | - |
XYZ | 73.46 | 80.22 | 90.97 | - |
YUV | 229.73 | 131.54 | 118.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 235 | 236 | 0.08 | 0.00 | 0 | 0.07 | 183.16 | 0.33 | 0.89 |
Hex | D9 | EB | EC | 8 | 0 | 0 | 7 | B7 | 21 | 59 |
Octal | 331 | 353 | 354 | 10 | 0 | 0 | 7 | 267 | 41 | 131 |
Binary | 11011001 | 11101011 | 11101100 | 1000 | 0 | 0 | 111 | 10110111 | 100001 | 1011001 |
Color Harmonies of #D9EBEC
Complementary color
Monochromatic Colors of #D9EBEC
Black with #D9EBEC
Text Example
Text Example
White with #D9EBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EBEC; }
p { color: rgb(217,235,236); }
H1.HeaderClassName
{
color: #D9EBEC;
}
.AnyTagClassName
{
color: #D9EBEC;
}
</style>
background-color css
<style>
a { background-color: #D9EBEC; }
a { background-color: rgb(217,235,236); }
div.DivClassName
{
background-color: #D9EBEC;
}
.BgClassName
{
background-color: #D9EBEC;
}
</style>
border-color css
<style>
span { border-color: #D9EBEC; }
span { border-color: rgb(217,235,236); }
td.TdClassName
{
border-color: #D9EBEC;
}
.TagClassName
{
border-color: #D9EBEC;
}
</style>