Shades of Oyster Bay #D1EEED
Tints of Oyster Bay #D1EEED
RGB
CMYK
RGB Variations
Color information
#D1EEED (or 0xD1EEED) is known color: Oyster Bay. HEX triplet: D1, EE and ED. RGB value is (209,238,237). Sum of RGB (Red+Green+Blue) = 209+238+237=684 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.56% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 238 - color contains mainly: green. Hex color #D1EEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EEED is #2E1112. Grayscale: #E5E5E5. Windows color (decimal): -3019027 or 15593169. OLE color: 15593169.
HSL color Cylindrical-coordinate representation of color #D1EEED: hue angle of 177.93º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1EEED is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 209 | 238 | 237 | - |
CMYK | 0.12 | 0 | 0.00 | 0.07 |
HSL | 177.93º | 0.46% | 0.88% | - |
HSV(B) | 177.93º | 0.12% | 0.93% | - |
XYZ | 72.16 | 80.82 | 91.92 | - |
YUV | 229.22 | 132.39 | 113.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 238 | 237 | 0.12 | 0 | 0.00 | 0.07 | 177.93 | 0.46 | 0.88 |
Hex | D1 | EE | ED | C | 0 | 0 | 7 | B2 | 2E | 58 |
Octal | 321 | 356 | 355 | 14 | 0 | 0 | 7 | 262 | 56 | 130 |
Binary | 11010001 | 11101110 | 11101101 | 1100 | 0 | 0 | 111 | 10110010 | 101110 | 1011000 |
Color Harmonies of #D1EEED
Complementary color
Monochromatic Colors of #D1EEED
Black with #D1EEED
Text Example
Text Example
White with #D1EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EEED; }
p { color: rgb(209,238,237); }
H1.HeaderClassName
{
color: #D1EEED;
}
.AnyTagClassName
{
color: #D1EEED;
}
</style>
background-color css
<style>
a { background-color: #D1EEED; }
a { background-color: rgb(209,238,237); }
div.DivClassName
{
background-color: #D1EEED;
}
.BgClassName
{
background-color: #D1EEED;
}
</style>
border-color css
<style>
span { border-color: #D1EEED; }
span { border-color: rgb(209,238,237); }
td.TdClassName
{
border-color: #D1EEED;
}
.TagClassName
{
border-color: #D1EEED;
}
</style>