Shades of Oyster Bay #D1E4E5
Tints of Oyster Bay #D1E4E5
RGB
CMYK
RGB Variations
Color information
#D1E4E5 (or 0xD1E4E5) is known color: Oyster Bay. HEX triplet: D1, E4 and E5. RGB value is (209,228,229). Sum of RGB (Red+Green+Blue) = 209+228+229=666 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.38% from 666); Green value is 228 (89.45% from 255 or 34.23% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 229 - color contains mainly: blue. Hex color #D1E4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E4E5 is #2E1B1A. Grayscale: #DEDEDE. Windows color (decimal): -3021595 or 15066321. OLE color: 15066321.
HSL color Cylindrical-coordinate representation of color #D1E4E5: hue angle of 183º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1E4E5 is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 228 | 229 | - |
| CMYK | 0.09 | 0.00 | 0 | 0.10 |
| HSL | 183º | 0.28% | 0.86% | - |
| HSV(B) | 183º | 0.09% | 0.9% | - |
| XYZ | 68.18 | 74.7 | 84.95 | - |
| YUV | 222.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 228 | 229 | 0.09 | 0.00 | 0 | 0.10 | 183 | 0.28 | 0.86 |
| Hex | D1 | E4 | E5 | 9 | 0 | 0 | A | B7 | 1C | 56 |
| Octal | 321 | 344 | 345 | 11 | 0 | 0 | 12 | 267 | 34 | 126 |
| Binary | 11010001 | 11100100 | 11100101 | 1001 | 0 | 0 | 1010 | 10110111 | 11100 | 1010110 |
Color Harmonies of #D1E4E5
Complementary color
Monochromatic Colors of #D1E4E5
Black with #D1E4E5
Text Example
Text Example
White with #D1E4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E4E5; }
p { color: rgb(209,228,229); }
H1.HeaderClassName
{
color: #D1E4E5;
}
.AnyTagClassName
{
color: #D1E4E5;
}
</style>
background-color css
<style>
a { background-color: #D1E4E5; }
a { background-color: rgb(209,228,229); }
div.DivClassName
{
background-color: #D1E4E5;
}
.BgClassName
{
background-color: #D1E4E5;
}
</style>
border-color css
<style>
span { border-color: #D1E4E5; }
span { border-color: rgb(209,228,229); }
td.TdClassName
{
border-color: #D1E4E5;
}
.TagClassName
{
border-color: #D1E4E5;
}
</style>