Shades of Oyster Bay #D7ECED
Tints of Oyster Bay #D7ECED
RGB
CMYK
RGB Variations
Color information
#D7ECED (or 0xD7ECED) is known color: Oyster Bay. HEX triplet: D7, EC and ED. RGB value is (215,236,237). Sum of RGB (Red+Green+Blue) = 215+236+237=688 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.25% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 237 - color contains mainly: blue. Hex color #D7ECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7ECED is #281312. Grayscale: #E5E5E5. Windows color (decimal): -2626323 or 15592663. OLE color: 15592663.
HSL color Cylindrical-coordinate representation of color #D7ECED: hue angle of 182.73º 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 #D7ECED is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 215 | 236 | 237 | - |
CMYK | 0.09 | 0.00 | 0 | 0.07 |
HSL | 182.73º | 0.38% | 0.89% | - |
HSV(B) | 182.73º | 0.09% | 0.93% | - |
XYZ | 73.31 | 80.55 | 91.81 | - |
YUV | 229.84 | 132.04 | 117.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 236 | 237 | 0.09 | 0.00 | 0 | 0.07 | 182.73 | 0.38 | 0.89 |
Hex | D7 | EC | ED | 9 | 0 | 0 | 7 | B7 | 26 | 59 |
Octal | 327 | 354 | 355 | 11 | 0 | 0 | 7 | 267 | 46 | 131 |
Binary | 11010111 | 11101100 | 11101101 | 1001 | 0 | 0 | 111 | 10110111 | 100110 | 1011001 |
Color Harmonies of #D7ECED
Complementary color
Monochromatic Colors of #D7ECED
Black with #D7ECED
Text Example
Text Example
White with #D7ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ECED; }
p { color: rgb(215,236,237); }
H1.HeaderClassName
{
color: #D7ECED;
}
.AnyTagClassName
{
color: #D7ECED;
}
</style>
background-color css
<style>
a { background-color: #D7ECED; }
a { background-color: rgb(215,236,237); }
div.DivClassName
{
background-color: #D7ECED;
}
.BgClassName
{
background-color: #D7ECED;
}
</style>
border-color css
<style>
span { border-color: #D7ECED; }
span { border-color: rgb(215,236,237); }
td.TdClassName
{
border-color: #D7ECED;
}
.TagClassName
{
border-color: #D7ECED;
}
</style>