Shades of Oyster Bay #D0EFF4
Tints of Oyster Bay #D0EFF4
RGB
CMYK
RGB Variations
Color information
#D0EFF4 (or 0xD0EFF4) is known color: Oyster Bay. HEX triplet: D0, EF and F4. RGB value is (208,239,244). Sum of RGB (Red+Green+Blue) = 208+239+244=691 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.10% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 244 (95.70% from 255 or 35.31% from 691); Max value from RGB is 244 - color contains mainly: blue. Hex color #D0EFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EFF4 is #2F100B. Grayscale: #E6E6E6. Windows color (decimal): -3084300 or 16052176. OLE color: 16052176.
HSL color Cylindrical-coordinate representation of color #D0EFF4: hue angle of 188.33º degrees, saturation: 0.62, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0EFF4 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 239 | 244 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.04 |
| HSL | 188.33º | 0.62% | 0.89% | - |
| HSV(B) | 188.33º | 0.15% | 0.96% | - |
| XYZ | 73.21 | 81.67 | 97.49 | - |
| YUV | 230.3 | 135.73 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 244 | 0.15 | 0.02 | 0 | 0.04 | 188.33 | 0.62 | 0.89 |
| Hex | D0 | EF | F4 | F | 2 | 0 | 4 | BC | 3E | 59 |
| Octal | 320 | 357 | 364 | 17 | 2 | 0 | 4 | 274 | 76 | 131 |
| Binary | 11010000 | 11101111 | 11110100 | 1111 | 10 | 0 | 100 | 10111100 | 111110 | 1011001 |
Color Harmonies of #D0EFF4
Complementary color
Monochromatic Colors of #D0EFF4
Black with #D0EFF4
Text Example
Text Example
White with #D0EFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EFF4; }
p { color: rgb(208,239,244); }
H1.HeaderClassName
{
color: #D0EFF4;
}
.AnyTagClassName
{
color: #D0EFF4;
}
</style>
background-color css
<style>
a { background-color: #D0EFF4; }
a { background-color: rgb(208,239,244); }
div.DivClassName
{
background-color: #D0EFF4;
}
.BgClassName
{
background-color: #D0EFF4;
}
</style>
border-color css
<style>
span { border-color: #D0EFF4; }
span { border-color: rgb(208,239,244); }
td.TdClassName
{
border-color: #D0EFF4;
}
.TagClassName
{
border-color: #D0EFF4;
}
</style>