Shades of Oyster Bay #D4ECED
Tints of Oyster Bay #D4ECED
RGB
CMYK
RGB Variations
Color information
#D4ECED (or 0xD4ECED) is known color: Oyster Bay. HEX triplet: D4, EC and ED. RGB value is (212,236,237). Sum of RGB (Red+Green+Blue) = 212+236+237=685 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.95% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4ECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4ECED is #2B1312. Grayscale: #E4E4E4. Windows color (decimal): -2822931 or 15592660. OLE color: 15592660.
HSL color Cylindrical-coordinate representation of color #D4ECED: hue angle of 182.4º degrees, saturation: 0.41, 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 #D4ECED is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 236 | 237 | - |
CMYK | 0.11 | 0.00 | 0 | 0.07 |
HSL | 182.4º | 0.41% | 0.88% | - |
HSV(B) | 182.4º | 0.11% | 0.93% | - |
XYZ | 72.43 | 80.1 | 91.76 | - |
YUV | 228.94 | 132.55 | 115.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 236 | 237 | 0.11 | 0.00 | 0 | 0.07 | 182.4 | 0.41 | 0.88 |
Hex | D4 | EC | ED | B | 0 | 0 | 7 | B6 | 29 | 58 |
Octal | 324 | 354 | 355 | 13 | 0 | 0 | 7 | 266 | 51 | 130 |
Binary | 11010100 | 11101100 | 11101101 | 1011 | 0 | 0 | 111 | 10110110 | 101001 | 1011000 |
Color Harmonies of #D4ECED
Complementary color
Monochromatic Colors of #D4ECED
Black with #D4ECED
Text Example
Text Example
White with #D4ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ECED; }
p { color: rgb(212,236,237); }
H1.HeaderClassName
{
color: #D4ECED;
}
.AnyTagClassName
{
color: #D4ECED;
}
</style>
background-color css
<style>
a { background-color: #D4ECED; }
a { background-color: rgb(212,236,237); }
div.DivClassName
{
background-color: #D4ECED;
}
.BgClassName
{
background-color: #D4ECED;
}
</style>
border-color css
<style>
span { border-color: #D4ECED; }
span { border-color: rgb(212,236,237); }
td.TdClassName
{
border-color: #D4ECED;
}
.TagClassName
{
border-color: #D4ECED;
}
</style>