Shades of Oyster Bay #D4E9EC
Tints of Oyster Bay #D4E9EC
RGB
CMYK
RGB Variations
Color information
#D4E9EC (or 0xD4E9EC) is known color: Oyster Bay. HEX triplet: D4, E9 and EC. RGB value is (212,233,236). Sum of RGB (Red+Green+Blue) = 212+233+236=681 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.13% from 681); Green value is 233 (91.41% from 255 or 34.21% 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 #D4E9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4E9EC is #2B1613. Grayscale: #E3E3E3. Windows color (decimal): -2823700 or 15526356. OLE color: 15526356.
HSL color Cylindrical-coordinate representation of color #D4E9EC: hue angle of 187.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4E9EC is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 233 | 236 | - |
CMYK | 0.10 | 0.01 | 0 | 0.07 |
HSL | 187.5º | 0.39% | 0.88% | - |
HSV(B) | 187.5º | 0.1% | 0.93% | - |
XYZ | 71.43 | 78.33 | 90.71 | - |
YUV | 227.06 | 133.04 | 117.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 233 | 236 | 0.10 | 0.01 | 0 | 0.07 | 187.5 | 0.39 | 0.88 |
Hex | D4 | E9 | EC | A | 1 | 0 | 7 | BC | 27 | 58 |
Octal | 324 | 351 | 354 | 12 | 1 | 0 | 7 | 274 | 47 | 130 |
Binary | 11010100 | 11101001 | 11101100 | 1010 | 1 | 0 | 111 | 10111100 | 100111 | 1011000 |
Color Harmonies of #D4E9EC
Complementary color
Monochromatic Colors of #D4E9EC
Black with #D4E9EC
Text Example
Text Example
White with #D4E9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E9EC; }
p { color: rgb(212,233,236); }
H1.HeaderClassName
{
color: #D4E9EC;
}
.AnyTagClassName
{
color: #D4E9EC;
}
</style>
background-color css
<style>
a { background-color: #D4E9EC; }
a { background-color: rgb(212,233,236); }
div.DivClassName
{
background-color: #D4E9EC;
}
.BgClassName
{
background-color: #D4E9EC;
}
</style>
border-color css
<style>
span { border-color: #D4E9EC; }
span { border-color: rgb(212,233,236); }
td.TdClassName
{
border-color: #D4E9EC;
}
.TagClassName
{
border-color: #D4E9EC;
}
</style>