Shades of Oyster Bay #D3EEEE
Tints of Oyster Bay #D3EEEE
RGB
CMYK
RGB Variations
Color information
#D3EEEE (or 0xD3EEEE) is known color: Oyster Bay. HEX triplet: D3, EE and EE. RGB value is (211,238,238). Sum of RGB (Red+Green+Blue) = 211+238+238=687 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.71% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #D3EEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EEEE is #2C1111. Grayscale: #E5E5E5. Windows color (decimal): -2887954 or 15658707. OLE color: 15658707.
HSL color Cylindrical-coordinate representation of color #D3EEEE: hue angle of 180º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3EEEE is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 238 | 238 | - |
| CMYK | 0.11 | 0 | 0 | 0.07 |
| HSL | 180º | 0.44% | 0.88% | - |
| HSV(B) | 180º | 0.11% | 0.93% | - |
| XYZ | 72.87 | 81.17 | 92.72 | - |
| YUV | 229.93 | 132.55 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 238 | 238 | 0.11 | 0 | 0 | 0.07 | 180 | 0.44 | 0.88 |
| Hex | D3 | EE | EE | B | 0 | 0 | 7 | B4 | 2C | 58 |
| Octal | 323 | 356 | 356 | 13 | 0 | 0 | 7 | 264 | 54 | 130 |
| Binary | 11010011 | 11101110 | 11101110 | 1011 | 0 | 0 | 111 | 10110100 | 101100 | 1011000 |
Color Harmonies of #D3EEEE
Complementary color
Monochromatic Colors of #D3EEEE
Black with #D3EEEE
Text Example
Text Example
White with #D3EEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EEEE; }
p { color: rgb(211,238,238); }
H1.HeaderClassName
{
color: #D3EEEE;
}
.AnyTagClassName
{
color: #D3EEEE;
}
</style>
background-color css
<style>
a { background-color: #D3EEEE; }
a { background-color: rgb(211,238,238); }
div.DivClassName
{
background-color: #D3EEEE;
}
.BgClassName
{
background-color: #D3EEEE;
}
</style>
border-color css
<style>
span { border-color: #D3EEEE; }
span { border-color: rgb(211,238,238); }
td.TdClassName
{
border-color: #D3EEEE;
}
.TagClassName
{
border-color: #D3EEEE;
}
</style>