Shades of Oyster Bay #D6EFF3
Tints of Oyster Bay #D6EFF3
RGB
CMYK
RGB Variations
Color information
#D6EFF3 (or 0xD6EFF3) is known color: Oyster Bay. HEX triplet: D6, EF and F3. RGB value is (214,239,243). Sum of RGB (Red+Green+Blue) = 214+239+243=696 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.75% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 243 (95.31% from 255 or 34.91% from 696); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6EFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EFF3 is #29100C. Grayscale: #E7E7E7. Windows color (decimal): -2691085 or 15986646. OLE color: 15986646.
HSL color Cylindrical-coordinate representation of color #D6EFF3: hue angle of 188.28º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6EFF3 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 239 | 243 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.05 |
| HSL | 188.28º | 0.55% | 0.9% | - |
| HSV(B) | 188.28º | 0.12% | 0.95% | - |
| XYZ | 74.78 | 82.5 | 96.78 | - |
| YUV | 231.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 239 | 243 | 0.12 | 0.02 | 0 | 0.05 | 188.28 | 0.55 | 0.9 |
| Hex | D6 | EF | F3 | C | 2 | 0 | 5 | BC | 37 | 5A |
| Octal | 326 | 357 | 363 | 14 | 2 | 0 | 5 | 274 | 67 | 132 |
| Binary | 11010110 | 11101111 | 11110011 | 1100 | 10 | 0 | 101 | 10111100 | 110111 | 1011010 |
Color Harmonies of #D6EFF3
Complementary color
Monochromatic Colors of #D6EFF3
Black with #D6EFF3
Text Example
Text Example
White with #D6EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EFF3; }
p { color: rgb(214,239,243); }
H1.HeaderClassName
{
color: #D6EFF3;
}
.AnyTagClassName
{
color: #D6EFF3;
}
</style>
background-color css
<style>
a { background-color: #D6EFF3; }
a { background-color: rgb(214,239,243); }
div.DivClassName
{
background-color: #D6EFF3;
}
.BgClassName
{
background-color: #D6EFF3;
}
</style>
border-color css
<style>
span { border-color: #D6EFF3; }
span { border-color: rgb(214,239,243); }
td.TdClassName
{
border-color: #D6EFF3;
}
.TagClassName
{
border-color: #D6EFF3;
}
</style>