Shades of Oyster Bay #D4EEF1
Tints of Oyster Bay #D4EEF1
RGB
CMYK
RGB Variations
Color information
#D4EEF1 (or 0xD4EEF1) is known color: Oyster Bay. HEX triplet: D4, EE and F1. RGB value is (212,238,241). Sum of RGB (Red+Green+Blue) = 212+238+241=691 (91% of max value = 765). Red value is 212 (83.20% from 255 or 30.68% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4EEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EEF1 is #2B110E. Grayscale: #E6E6E6. Windows color (decimal): -2822415 or 15855316. OLE color: 15855316.
HSL color Cylindrical-coordinate representation of color #D4EEF1: hue angle of 186.21º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4EEF1 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 238 | 241 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.05 |
| HSL | 186.21º | 0.51% | 0.89% | - |
| HSV(B) | 186.21º | 0.12% | 0.95% | - |
| XYZ | 73.6 | 81.5 | 95.07 | - |
| YUV | 230.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 238 | 241 | 0.12 | 0.01 | 0 | 0.05 | 186.21 | 0.51 | 0.89 |
| Hex | D4 | EE | F1 | C | 1 | 0 | 5 | BA | 33 | 59 |
| Octal | 324 | 356 | 361 | 14 | 1 | 0 | 5 | 272 | 63 | 131 |
| Binary | 11010100 | 11101110 | 11110001 | 1100 | 1 | 0 | 101 | 10111010 | 110011 | 1011001 |
Color Harmonies of #D4EEF1
Complementary color
Monochromatic Colors of #D4EEF1
Black with #D4EEF1
Text Example
Text Example
White with #D4EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EEF1; }
p { color: rgb(212,238,241); }
H1.HeaderClassName
{
color: #D4EEF1;
}
.AnyTagClassName
{
color: #D4EEF1;
}
</style>
background-color css
<style>
a { background-color: #D4EEF1; }
a { background-color: rgb(212,238,241); }
div.DivClassName
{
background-color: #D4EEF1;
}
.BgClassName
{
background-color: #D4EEF1;
}
</style>
border-color css
<style>
span { border-color: #D4EEF1; }
span { border-color: rgb(212,238,241); }
td.TdClassName
{
border-color: #D4EEF1;
}
.TagClassName
{
border-color: #D4EEF1;
}
</style>