Shades of Oyster Bay #D2EFF3
Tints of Oyster Bay #D2EFF3
RGB
CMYK
RGB Variations
Color information
#D2EFF3 (or 0xD2EFF3) is known color: Oyster Bay. HEX triplet: D2, EF and F3. RGB value is (210,239,243). Sum of RGB (Red+Green+Blue) = 210+239+243=692 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.35% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 243 - color contains mainly: blue. Hex color #D2EFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EFF3 is #2D100C. Grayscale: #E6E6E6. Windows color (decimal): -2953229 or 15986642. OLE color: 15986642.
HSL color Cylindrical-coordinate representation of color #D2EFF3: hue angle of 187.27º degrees, saturation: 0.58, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2EFF3 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 239 | 243 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.05 |
| HSL | 187.27º | 0.58% | 0.89% | - |
| HSV(B) | 187.27º | 0.14% | 0.95% | - |
| XYZ | 73.62 | 81.91 | 96.72 | - |
| YUV | 230.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 243 | 0.14 | 0.02 | 0 | 0.05 | 187.27 | 0.58 | 0.89 |
| Hex | D2 | EF | F3 | E | 2 | 0 | 5 | BB | 3A | 59 |
| Octal | 322 | 357 | 363 | 16 | 2 | 0 | 5 | 273 | 72 | 131 |
| Binary | 11010010 | 11101111 | 11110011 | 1110 | 10 | 0 | 101 | 10111011 | 111010 | 1011001 |
Color Harmonies of #D2EFF3
Complementary color
Monochromatic Colors of #D2EFF3
Black with #D2EFF3
Text Example
Text Example
White with #D2EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EFF3; }
p { color: rgb(210,239,243); }
H1.HeaderClassName
{
color: #D2EFF3;
}
.AnyTagClassName
{
color: #D2EFF3;
}
</style>
background-color css
<style>
a { background-color: #D2EFF3; }
a { background-color: rgb(210,239,243); }
div.DivClassName
{
background-color: #D2EFF3;
}
.BgClassName
{
background-color: #D2EFF3;
}
</style>
border-color css
<style>
span { border-color: #D2EFF3; }
span { border-color: rgb(210,239,243); }
td.TdClassName
{
border-color: #D2EFF3;
}
.TagClassName
{
border-color: #D2EFF3;
}
</style>