Shades of Oyster Bay #D4EDF1
Tints of Oyster Bay #D4EDF1
RGB
CMYK
RGB Variations
Color information
#D4EDF1 (or 0xD4EDF1) is known color: Oyster Bay. HEX triplet: D4, ED and F1. RGB value is (212,237,241). Sum of RGB (Red+Green+Blue) = 212+237+241=690 (91% of max value = 765). Red value is 212 (83.20% from 255 or 30.72% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4EDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EDF1 is #2B120E. Grayscale: #E5E5E5. Windows color (decimal): -2822671 or 15855060. OLE color: 15855060.
HSL color Cylindrical-coordinate representation of color #D4EDF1: hue angle of 188.28º 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 #D4EDF1 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 237 | 241 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.05 |
| HSL | 188.28º | 0.51% | 0.89% | - |
| HSV(B) | 188.28º | 0.12% | 0.95% | - |
| XYZ | 73.31 | 80.92 | 94.97 | - |
| YUV | 229.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 237 | 241 | 0.12 | 0.02 | 0 | 0.05 | 188.28 | 0.51 | 0.89 |
| Hex | D4 | ED | F1 | C | 2 | 0 | 5 | BC | 33 | 59 |
| Octal | 324 | 355 | 361 | 14 | 2 | 0 | 5 | 274 | 63 | 131 |
| Binary | 11010100 | 11101101 | 11110001 | 1100 | 10 | 0 | 101 | 10111100 | 110011 | 1011001 |
Color Harmonies of #D4EDF1
Complementary color
Monochromatic Colors of #D4EDF1
Black with #D4EDF1
Text Example
Text Example
White with #D4EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EDF1; }
p { color: rgb(212,237,241); }
H1.HeaderClassName
{
color: #D4EDF1;
}
.AnyTagClassName
{
color: #D4EDF1;
}
</style>
background-color css
<style>
a { background-color: #D4EDF1; }
a { background-color: rgb(212,237,241); }
div.DivClassName
{
background-color: #D4EDF1;
}
.BgClassName
{
background-color: #D4EDF1;
}
</style>
border-color css
<style>
span { border-color: #D4EDF1; }
span { border-color: rgb(212,237,241); }
td.TdClassName
{
border-color: #D4EDF1;
}
.TagClassName
{
border-color: #D4EDF1;
}
</style>