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