Shades of Oyster Bay #D3EAEC
Tints of Oyster Bay #D3EAEC
RGB
CMYK
RGB Variations
Color information
#D3EAEC (or 0xD3EAEC) is known color: Oyster Bay. HEX triplet: D3, EA and EC. RGB value is (211,234,236). Sum of RGB (Red+Green+Blue) = 211+234+236=681 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.98% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3EAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EAEC is #2C1513. Grayscale: #E3E3E3. Windows color (decimal): -2888980 or 15526611. OLE color: 15526611.
HSL color Cylindrical-coordinate representation of color #D3EAEC: hue angle of 184.8º degrees, saturation: 0.4, 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 #D3EAEC is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 234 | 236 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.07 |
| HSL | 184.8º | 0.4% | 0.88% | - |
| HSV(B) | 184.8º | 0.11% | 0.93% | - |
| XYZ | 71.43 | 78.75 | 90.79 | - |
| YUV | 227.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 234 | 236 | 0.11 | 0.01 | 0 | 0.07 | 184.8 | 0.4 | 0.88 |
| Hex | D3 | EA | EC | B | 1 | 0 | 7 | B9 | 28 | 58 |
| Octal | 323 | 352 | 354 | 13 | 1 | 0 | 7 | 271 | 50 | 130 |
| Binary | 11010011 | 11101010 | 11101100 | 1011 | 1 | 0 | 111 | 10111001 | 101000 | 1011000 |
Color Harmonies of #D3EAEC
Complementary color
Monochromatic Colors of #D3EAEC
Black with #D3EAEC
Text Example
Text Example
White with #D3EAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EAEC; }
p { color: rgb(211,234,236); }
H1.HeaderClassName
{
color: #D3EAEC;
}
.AnyTagClassName
{
color: #D3EAEC;
}
</style>
background-color css
<style>
a { background-color: #D3EAEC; }
a { background-color: rgb(211,234,236); }
div.DivClassName
{
background-color: #D3EAEC;
}
.BgClassName
{
background-color: #D3EAEC;
}
</style>
border-color css
<style>
span { border-color: #D3EAEC; }
span { border-color: rgb(211,234,236); }
td.TdClassName
{
border-color: #D3EAEC;
}
.TagClassName
{
border-color: #D3EAEC;
}
</style>