Shades of Oyster Bay #D5EEED
Tints of Oyster Bay #D5EEED
RGB
CMYK
RGB Variations
Color information
#D5EEED (or 0xD5EEED) is known color: Oyster Bay. HEX triplet: D5, EE and ED. RGB value is (213,238,237). Sum of RGB (Red+Green+Blue) = 213+238+237=688 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.96% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EEED is #2A1112. Grayscale: #E6E6E6. Windows color (decimal): -2756883 or 15593173. OLE color: 15593173.
HSL color Cylindrical-coordinate representation of color #D5EEED: hue angle of 177.6º degrees, saturation: 0.42, 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 #D5EEED is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 238 | 237 | - |
CMYK | 0.11 | 0 | 0.00 | 0.07 |
HSL | 177.6º | 0.42% | 0.88% | - |
HSV(B) | 177.6º | 0.11% | 0.93% | - |
XYZ | 73.3 | 81.41 | 91.97 | - |
YUV | 230.41 | 131.72 | 115.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 238 | 237 | 0.11 | 0 | 0.00 | 0.07 | 177.6 | 0.42 | 0.88 |
Hex | D5 | EE | ED | B | 0 | 0 | 7 | B2 | 2A | 58 |
Octal | 325 | 356 | 355 | 13 | 0 | 0 | 7 | 262 | 52 | 130 |
Binary | 11010101 | 11101110 | 11101101 | 1011 | 0 | 0 | 111 | 10110010 | 101010 | 1011000 |
Color Harmonies of #D5EEED
Complementary color
Monochromatic Colors of #D5EEED
Black with #D5EEED
Text Example
Text Example
White with #D5EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EEED; }
p { color: rgb(213,238,237); }
H1.HeaderClassName
{
color: #D5EEED;
}
.AnyTagClassName
{
color: #D5EEED;
}
</style>
background-color css
<style>
a { background-color: #D5EEED; }
a { background-color: rgb(213,238,237); }
div.DivClassName
{
background-color: #D5EEED;
}
.BgClassName
{
background-color: #D5EEED;
}
</style>
border-color css
<style>
span { border-color: #D5EEED; }
span { border-color: rgb(213,238,237); }
td.TdClassName
{
border-color: #D5EEED;
}
.TagClassName
{
border-color: #D5EEED;
}
</style>