Shades of Oyster Bay #D7EEF0
Tints of Oyster Bay #D7EEF0
RGB
CMYK
RGB Variations
Color information
#D7EEF0 (or 0xD7EEF0) is known color: Oyster Bay. HEX triplet: D7, EE and F0. RGB value is (215,238,240). Sum of RGB (Red+Green+Blue) = 215+238+240=693 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.02% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 240 (94.14% from 255 or 34.63% from 693); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7EEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EEF0 is #28110F. Grayscale: #E7E7E7. Windows color (decimal): -2625808 or 15789783. OLE color: 15789783.
HSL color Cylindrical-coordinate representation of color #D7EEF0: hue angle of 184.8º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7EEF0 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 215 | 238 | 240 | - |
CMYK | 0.10 | 0.01 | 0 | 0.06 |
HSL | 184.8º | 0.45% | 0.89% | - |
HSV(B) | 184.8º | 0.1% | 0.94% | - |
XYZ | 74.33 | 81.89 | 94.33 | - |
YUV | 231.35 | 132.88 | 116.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 238 | 240 | 0.10 | 0.01 | 0 | 0.06 | 184.8 | 0.45 | 0.89 |
Hex | D7 | EE | F0 | A | 1 | 0 | 6 | B9 | 2D | 59 |
Octal | 327 | 356 | 360 | 12 | 1 | 0 | 6 | 271 | 55 | 131 |
Binary | 11010111 | 11101110 | 11110000 | 1010 | 1 | 0 | 110 | 10111001 | 101101 | 1011001 |
Color Harmonies of #D7EEF0
Complementary color
Monochromatic Colors of #D7EEF0
Black with #D7EEF0
Text Example
Text Example
White with #D7EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EEF0; }
p { color: rgb(215,238,240); }
H1.HeaderClassName
{
color: #D7EEF0;
}
.AnyTagClassName
{
color: #D7EEF0;
}
</style>
background-color css
<style>
a { background-color: #D7EEF0; }
a { background-color: rgb(215,238,240); }
div.DivClassName
{
background-color: #D7EEF0;
}
.BgClassName
{
background-color: #D7EEF0;
}
</style>
border-color css
<style>
span { border-color: #D7EEF0; }
span { border-color: rgb(215,238,240); }
td.TdClassName
{
border-color: #D7EEF0;
}
.TagClassName
{
border-color: #D7EEF0;
}
</style>