Shades of Oyster Bay #D5EBED
Tints of Oyster Bay #D5EBED
RGB
CMYK
RGB Variations
Color information
#D5EBED (or 0xD5EBED) is known color: Oyster Bay. HEX triplet: D5, EB and ED. RGB value is (213,235,237). Sum of RGB (Red+Green+Blue) = 213+235+237=685 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.09% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5EBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EBED is #2A1412. Grayscale: #E4E4E4. Windows color (decimal): -2757651 or 15592405. OLE color: 15592405.
HSL color Cylindrical-coordinate representation of color #D5EBED: hue angle of 185º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5EBED is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 235 | 237 | - |
CMYK | 0.10 | 0.01 | 0 | 0.07 |
HSL | 185º | 0.4% | 0.88% | - |
HSV(B) | 185º | 0.1% | 0.93% | - |
XYZ | 72.43 | 79.68 | 91.68 | - |
YUV | 228.65 | 132.71 | 116.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 235 | 237 | 0.10 | 0.01 | 0 | 0.07 | 185 | 0.4 | 0.88 |
Hex | D5 | EB | ED | A | 1 | 0 | 7 | B9 | 28 | 58 |
Octal | 325 | 353 | 355 | 12 | 1 | 0 | 7 | 271 | 50 | 130 |
Binary | 11010101 | 11101011 | 11101101 | 1010 | 1 | 0 | 111 | 10111001 | 101000 | 1011000 |
Color Harmonies of #D5EBED
Complementary color
Monochromatic Colors of #D5EBED
Black with #D5EBED
Text Example
Text Example
White with #D5EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EBED; }
p { color: rgb(213,235,237); }
H1.HeaderClassName
{
color: #D5EBED;
}
.AnyTagClassName
{
color: #D5EBED;
}
</style>
background-color css
<style>
a { background-color: #D5EBED; }
a { background-color: rgb(213,235,237); }
div.DivClassName
{
background-color: #D5EBED;
}
.BgClassName
{
background-color: #D5EBED;
}
</style>
border-color css
<style>
span { border-color: #D5EBED; }
span { border-color: rgb(213,235,237); }
td.TdClassName
{
border-color: #D5EBED;
}
.TagClassName
{
border-color: #D5EBED;
}
</style>