Shades of Oyster Bay #D3EAEE
Tints of Oyster Bay #D3EAEE
RGB
CMYK
RGB Variations
Color information
#D3EAEE (or 0xD3EAEE) is known color: Oyster Bay. HEX triplet: D3, EA and EE. RGB value is (211,234,238). Sum of RGB (Red+Green+Blue) = 211+234+238=683 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.89% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EAEE is #2C1511. Grayscale: #E3E3E3. Windows color (decimal): -2888978 or 15657683. OLE color: 15657683.
HSL color Cylindrical-coordinate representation of color #D3EAEE: hue angle of 188.89º 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 #D3EAEE is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 234 | 238 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.07 |
| HSL | 188.89º | 0.44% | 0.88% | - |
| HSV(B) | 188.89º | 0.11% | 0.93% | - |
| XYZ | 71.72 | 78.87 | 92.33 | - |
| YUV | 227.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 234 | 238 | 0.11 | 0.02 | 0 | 0.07 | 188.89 | 0.44 | 0.88 |
| Hex | D3 | EA | EE | B | 2 | 0 | 7 | BD | 2C | 58 |
| Octal | 323 | 352 | 356 | 13 | 2 | 0 | 7 | 275 | 54 | 130 |
| Binary | 11010011 | 11101010 | 11101110 | 1011 | 10 | 0 | 111 | 10111101 | 101100 | 1011000 |
Color Harmonies of #D3EAEE
Complementary color
Monochromatic Colors of #D3EAEE
Black with #D3EAEE
Text Example
Text Example
White with #D3EAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EAEE; }
p { color: rgb(211,234,238); }
H1.HeaderClassName
{
color: #D3EAEE;
}
.AnyTagClassName
{
color: #D3EAEE;
}
</style>
background-color css
<style>
a { background-color: #D3EAEE; }
a { background-color: rgb(211,234,238); }
div.DivClassName
{
background-color: #D3EAEE;
}
.BgClassName
{
background-color: #D3EAEE;
}
</style>
border-color css
<style>
span { border-color: #D3EAEE; }
span { border-color: rgb(211,234,238); }
td.TdClassName
{
border-color: #D3EAEE;
}
.TagClassName
{
border-color: #D3EAEE;
}
</style>