Shades of Oyster Bay #D7EBED
Tints of Oyster Bay #D7EBED
RGB
CMYK
RGB Variations
Color information
#D7EBED (or 0xD7EBED) is known color: Oyster Bay. HEX triplet: D7, EB and ED. RGB value is (215,235,237). Sum of RGB (Red+Green+Blue) = 215+235+237=687 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.30% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 237 - color contains mainly: blue. Hex color #D7EBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EBED is #281412. Grayscale: #E5E5E5. Windows color (decimal): -2626579 or 15592407. OLE color: 15592407.
HSL color Cylindrical-coordinate representation of color #D7EBED: hue angle of 185.45º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7EBED is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 215 | 235 | 237 | - |
CMYK | 0.09 | 0.01 | 0 | 0.07 |
HSL | 185.45º | 0.38% | 0.89% | - |
HSV(B) | 185.45º | 0.09% | 0.93% | - |
XYZ | 73.02 | 79.98 | 91.71 | - |
YUV | 229.25 | 132.37 | 117.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 235 | 237 | 0.09 | 0.01 | 0 | 0.07 | 185.45 | 0.38 | 0.89 |
Hex | D7 | EB | ED | 9 | 1 | 0 | 7 | B9 | 26 | 59 |
Octal | 327 | 353 | 355 | 11 | 1 | 0 | 7 | 271 | 46 | 131 |
Binary | 11010111 | 11101011 | 11101101 | 1001 | 1 | 0 | 111 | 10111001 | 100110 | 1011001 |
Color Harmonies of #D7EBED
Complementary color
Monochromatic Colors of #D7EBED
Black with #D7EBED
Text Example
Text Example
White with #D7EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EBED; }
p { color: rgb(215,235,237); }
H1.HeaderClassName
{
color: #D7EBED;
}
.AnyTagClassName
{
color: #D7EBED;
}
</style>
background-color css
<style>
a { background-color: #D7EBED; }
a { background-color: rgb(215,235,237); }
div.DivClassName
{
background-color: #D7EBED;
}
.BgClassName
{
background-color: #D7EBED;
}
</style>
border-color css
<style>
span { border-color: #D7EBED; }
span { border-color: rgb(215,235,237); }
td.TdClassName
{
border-color: #D7EBED;
}
.TagClassName
{
border-color: #D7EBED;
}
</style>