Shades of Oyster Bay #D4EAEE
Tints of Oyster Bay #D4EAEE
RGB
CMYK
RGB Variations
Color information
#D4EAEE (or 0xD4EAEE) is known color: Oyster Bay. HEX triplet: D4, EA and EE. RGB value is (212,234,238). Sum of RGB (Red+Green+Blue) = 212+234+238=684 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.99% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EAEE is #2B1511. Grayscale: #E3E3E3. Windows color (decimal): -2823442 or 15657684. OLE color: 15657684.
HSL color Cylindrical-coordinate representation of color #D4EAEE: hue angle of 189.23º degrees, saturation: 0.43, 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 #D4EAEE is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 234 | 238 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.07 |
| HSL | 189.23º | 0.43% | 0.88% | - |
| HSV(B) | 189.23º | 0.11% | 0.93% | - |
| XYZ | 72.01 | 79.02 | 92.35 | - |
| YUV | 227.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 234 | 238 | 0.11 | 0.02 | 0 | 0.07 | 189.23 | 0.43 | 0.88 |
| Hex | D4 | EA | EE | B | 2 | 0 | 7 | BD | 2B | 58 |
| Octal | 324 | 352 | 356 | 13 | 2 | 0 | 7 | 275 | 53 | 130 |
| Binary | 11010100 | 11101010 | 11101110 | 1011 | 10 | 0 | 111 | 10111101 | 101011 | 1011000 |
Color Harmonies of #D4EAEE
Complementary color
Monochromatic Colors of #D4EAEE
Black with #D4EAEE
Text Example
Text Example
White with #D4EAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EAEE; }
p { color: rgb(212,234,238); }
H1.HeaderClassName
{
color: #D4EAEE;
}
.AnyTagClassName
{
color: #D4EAEE;
}
</style>
background-color css
<style>
a { background-color: #D4EAEE; }
a { background-color: rgb(212,234,238); }
div.DivClassName
{
background-color: #D4EAEE;
}
.BgClassName
{
background-color: #D4EAEE;
}
</style>
border-color css
<style>
span { border-color: #D4EAEE; }
span { border-color: rgb(212,234,238); }
td.TdClassName
{
border-color: #D4EAEE;
}
.TagClassName
{
border-color: #D4EAEE;
}
</style>