Shades of Oyster Bay #D6E5E7
Tints of Oyster Bay #D6E5E7
RGB
CMYK
RGB Variations
Color information
#D6E5E7 (or 0xD6E5E7) is known color: Oyster Bay. HEX triplet: D6, E5 and E7. RGB value is (214,229,231). Sum of RGB (Red+Green+Blue) = 214+229+231=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 229 (89.84% from 255 or 33.98% from 674); Blue value is 231 (90.62% from 255 or 34.27% from 674); Max value from RGB is 231 - color contains mainly: blue. Hex color #D6E5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E5E7 is #291A18. Grayscale: #E0E0E0. Windows color (decimal): -2693657 or 15197654. OLE color: 15197654.
HSL color Cylindrical-coordinate representation of color #D6E5E7: hue angle of 187.06º degrees, saturation: 0.26, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6E5E7 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 229 | 231 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.09 |
| HSL | 187.06º | 0.26% | 0.87% | - |
| HSV(B) | 187.06º | 0.07% | 0.91% | - |
| XYZ | 70.17 | 76.1 | 86.59 | - |
| YUV | 224.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 229 | 231 | 0.07 | 0.01 | 0 | 0.09 | 187.06 | 0.26 | 0.87 |
| Hex | D6 | E5 | E7 | 7 | 1 | 0 | 9 | BB | 1A | 57 |
| Octal | 326 | 345 | 347 | 7 | 1 | 0 | 11 | 273 | 32 | 127 |
| Binary | 11010110 | 11100101 | 11100111 | 111 | 1 | 0 | 1001 | 10111011 | 11010 | 1010111 |
Color Harmonies of #D6E5E7
Complementary color
Monochromatic Colors of #D6E5E7
Black with #D6E5E7
Text Example
Text Example
White with #D6E5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E5E7; }
p { color: rgb(214,229,231); }
H1.HeaderClassName
{
color: #D6E5E7;
}
.AnyTagClassName
{
color: #D6E5E7;
}
</style>
background-color css
<style>
a { background-color: #D6E5E7; }
a { background-color: rgb(214,229,231); }
div.DivClassName
{
background-color: #D6E5E7;
}
.BgClassName
{
background-color: #D6E5E7;
}
</style>
border-color css
<style>
span { border-color: #D6E5E7; }
span { border-color: rgb(214,229,231); }
td.TdClassName
{
border-color: #D6E5E7;
}
.TagClassName
{
border-color: #D6E5E7;
}
</style>