Shades of Oyster Bay #D8EDF1
Tints of Oyster Bay #D8EDF1
RGB
CMYK
RGB Variations
Color information
#D8EDF1 (or 0xD8EDF1) is known color: Oyster Bay. HEX triplet: D8, ED and F1. RGB value is (216,237,241). Sum of RGB (Red+Green+Blue) = 216+237+241=694 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.12% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8EDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EDF1 is #27120E. Grayscale: #E7E7E7. Windows color (decimal): -2560527 or 15855064. OLE color: 15855064.
HSL color Cylindrical-coordinate representation of color #D8EDF1: hue angle of 189.6º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8EDF1 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 237 | 241 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.05 |
| HSL | 189.6º | 0.47% | 0.9% | - |
| HSV(B) | 189.6º | 0.1% | 0.95% | - |
| XYZ | 74.48 | 81.52 | 95.03 | - |
| YUV | 231.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 237 | 241 | 0.10 | 0.02 | 0 | 0.05 | 189.6 | 0.47 | 0.9 |
| Hex | D8 | ED | F1 | A | 2 | 0 | 5 | BE | 2F | 5A |
| Octal | 330 | 355 | 361 | 12 | 2 | 0 | 5 | 276 | 57 | 132 |
| Binary | 11011000 | 11101101 | 11110001 | 1010 | 10 | 0 | 101 | 10111110 | 101111 | 1011010 |
Color Harmonies of #D8EDF1
Complementary color
Monochromatic Colors of #D8EDF1
Black with #D8EDF1
Text Example
Text Example
White with #D8EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EDF1; }
p { color: rgb(216,237,241); }
H1.HeaderClassName
{
color: #D8EDF1;
}
.AnyTagClassName
{
color: #D8EDF1;
}
</style>
background-color css
<style>
a { background-color: #D8EDF1; }
a { background-color: rgb(216,237,241); }
div.DivClassName
{
background-color: #D8EDF1;
}
.BgClassName
{
background-color: #D8EDF1;
}
</style>
border-color css
<style>
span { border-color: #D8EDF1; }
span { border-color: rgb(216,237,241); }
td.TdClassName
{
border-color: #D8EDF1;
}
.TagClassName
{
border-color: #D8EDF1;
}
</style>