Shades of Oyster Bay #D4EDEE
Tints of Oyster Bay #D4EDEE
RGB
CMYK
RGB Variations
Color information
#D4EDEE (or 0xD4EDEE) is known color: Oyster Bay. HEX triplet: D4, ED and EE. RGB value is (212,237,238). Sum of RGB (Red+Green+Blue) = 212+237+238=687 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.86% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4EDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EDEE is #2B1211. Grayscale: #E5E5E5. Windows color (decimal): -2822674 or 15658452. OLE color: 15658452.
HSL color Cylindrical-coordinate representation of color #D4EDEE: hue angle of 182.31º 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 #D4EDEE is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 237 | 238 | - |
CMYK | 0.11 | 0.00 | 0 | 0.07 |
HSL | 182.31º | 0.43% | 0.88% | - |
HSV(B) | 182.31º | 0.11% | 0.93% | - |
XYZ | 72.87 | 80.74 | 92.63 | - |
YUV | 229.64 | 132.72 | 115.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 237 | 238 | 0.11 | 0.00 | 0 | 0.07 | 182.31 | 0.43 | 0.88 |
Hex | D4 | ED | EE | B | 0 | 0 | 7 | B6 | 2B | 58 |
Octal | 324 | 355 | 356 | 13 | 0 | 0 | 7 | 266 | 53 | 130 |
Binary | 11010100 | 11101101 | 11101110 | 1011 | 0 | 0 | 111 | 10110110 | 101011 | 1011000 |
Color Harmonies of #D4EDEE
Complementary color
Monochromatic Colors of #D4EDEE
Black with #D4EDEE
Text Example
Text Example
White with #D4EDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EDEE; }
p { color: rgb(212,237,238); }
H1.HeaderClassName
{
color: #D4EDEE;
}
.AnyTagClassName
{
color: #D4EDEE;
}
</style>
background-color css
<style>
a { background-color: #D4EDEE; }
a { background-color: rgb(212,237,238); }
div.DivClassName
{
background-color: #D4EDEE;
}
.BgClassName
{
background-color: #D4EDEE;
}
</style>
border-color css
<style>
span { border-color: #D4EDEE; }
span { border-color: rgb(212,237,238); }
td.TdClassName
{
border-color: #D4EDEE;
}
.TagClassName
{
border-color: #D4EDEE;
}
</style>