Shades of Oyster Bay #D6EEF3
Tints of Oyster Bay #D6EEF3
RGB
CMYK
RGB Variations
Color information
#D6EEF3 (or 0xD6EEF3) is known color: Oyster Bay. HEX triplet: D6, EE and F3. RGB value is (214,238,243). Sum of RGB (Red+Green+Blue) = 214+238+243=695 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.79% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 243 (95.31% from 255 or 34.96% from 695); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6EEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EEF3 is #29110C. Grayscale: #E7E7E7. Windows color (decimal): -2691341 or 15986390. OLE color: 15986390.
HSL color Cylindrical-coordinate representation of color #D6EEF3: hue angle of 190.34º 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 #D6EEF3 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 238 | 243 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.05 |
| HSL | 190.34º | 0.55% | 0.9% | - |
| HSV(B) | 190.34º | 0.12% | 0.95% | - |
| XYZ | 74.48 | 81.92 | 96.68 | - |
| YUV | 231.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 238 | 243 | 0.12 | 0.02 | 0 | 0.05 | 190.34 | 0.55 | 0.9 |
| Hex | D6 | EE | F3 | C | 2 | 0 | 5 | BE | 37 | 5A |
| Octal | 326 | 356 | 363 | 14 | 2 | 0 | 5 | 276 | 67 | 132 |
| Binary | 11010110 | 11101110 | 11110011 | 1100 | 10 | 0 | 101 | 10111110 | 110111 | 1011010 |
Color Harmonies of #D6EEF3
Complementary color
Monochromatic Colors of #D6EEF3
Black with #D6EEF3
Text Example
Text Example
White with #D6EEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EEF3; }
p { color: rgb(214,238,243); }
H1.HeaderClassName
{
color: #D6EEF3;
}
.AnyTagClassName
{
color: #D6EEF3;
}
</style>
background-color css
<style>
a { background-color: #D6EEF3; }
a { background-color: rgb(214,238,243); }
div.DivClassName
{
background-color: #D6EEF3;
}
.BgClassName
{
background-color: #D6EEF3;
}
</style>
border-color css
<style>
span { border-color: #D6EEF3; }
span { border-color: rgb(214,238,243); }
td.TdClassName
{
border-color: #D6EEF3;
}
.TagClassName
{
border-color: #D6EEF3;
}
</style>