Shades of Oyster Bay #D4E3E5
Tints of Oyster Bay #D4E3E5
RGB
CMYK
RGB Variations
Color information
#D4E3E5 (or 0xD4E3E5) is known color: Oyster Bay. HEX triplet: D4, E3 and E5. RGB value is (212,227,229). Sum of RGB (Red+Green+Blue) = 212+227+229=668 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.74% from 668); Green value is 227 (89.06% from 255 or 33.98% from 668); Blue value is 229 (89.84% from 255 or 34.28% from 668); Max value from RGB is 229 - color contains mainly: blue. Hex color #D4E3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E3E5 is #2B1C1A. Grayscale: #DEDEDE. Windows color (decimal): -2825243 or 15066068. OLE color: 15066068.
HSL color Cylindrical-coordinate representation of color #D4E3E5: hue angle of 187.06º degrees, saturation: 0.25, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4E3E5 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 227 | 229 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.10 |
| HSL | 187.06º | 0.25% | 0.86% | - |
| HSV(B) | 187.06º | 0.07% | 0.9% | - |
| XYZ | 68.76 | 74.59 | 84.9 | - |
| YUV | 222.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 227 | 229 | 0.07 | 0.01 | 0 | 0.10 | 187.06 | 0.25 | 0.86 |
| Hex | D4 | E3 | E5 | 7 | 1 | 0 | A | BB | 19 | 56 |
| Octal | 324 | 343 | 345 | 7 | 1 | 0 | 12 | 273 | 31 | 126 |
| Binary | 11010100 | 11100011 | 11100101 | 111 | 1 | 0 | 1010 | 10111011 | 11001 | 1010110 |
Color Harmonies of #D4E3E5
Complementary color
Monochromatic Colors of #D4E3E5
Black with #D4E3E5
Text Example
Text Example
White with #D4E3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E3E5; }
p { color: rgb(212,227,229); }
H1.HeaderClassName
{
color: #D4E3E5;
}
.AnyTagClassName
{
color: #D4E3E5;
}
</style>
background-color css
<style>
a { background-color: #D4E3E5; }
a { background-color: rgb(212,227,229); }
div.DivClassName
{
background-color: #D4E3E5;
}
.BgClassName
{
background-color: #D4E3E5;
}
</style>
border-color css
<style>
span { border-color: #D4E3E5; }
span { border-color: rgb(212,227,229); }
td.TdClassName
{
border-color: #D4E3E5;
}
.TagClassName
{
border-color: #D4E3E5;
}
</style>