Shades of Oyster Bay #DEEDEF
Tints of Oyster Bay #DEEDEF
RGB
CMYK
RGB Variations
Color information
#DEEDEF (or 0xDEEDEF) is known color: Oyster Bay. HEX triplet: DE, ED and EF. RGB value is (222,237,239). Sum of RGB (Red+Green+Blue) = 222+237+239=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 239 (93.75% from 255 or 34.24% from 698); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEEDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEDEF is #211210. Grayscale: #E8E8E8. Windows color (decimal): -2167313 or 15723998. OLE color: 15723998.
HSL color Cylindrical-coordinate representation of color #DEEDEF: hue angle of 187.06º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEDEF is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 237 | 239 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.06 |
| HSL | 187.06º | 0.35% | 0.9% | - |
| HSV(B) | 187.06º | 0.07% | 0.94% | - |
| XYZ | 75.99 | 82.33 | 93.55 | - |
| YUV | 232.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 239 | 0.07 | 0.01 | 0 | 0.06 | 187.06 | 0.35 | 0.9 |
| Hex | DE | ED | EF | 7 | 1 | 0 | 6 | BB | 23 | 5A |
| Octal | 336 | 355 | 357 | 7 | 1 | 0 | 6 | 273 | 43 | 132 |
| Binary | 11011110 | 11101101 | 11101111 | 111 | 1 | 0 | 110 | 10111011 | 100011 | 1011010 |
Color Harmonies of #DEEDEF
Complementary color
Monochromatic Colors of #DEEDEF
Black with #DEEDEF
Text Example
Text Example
White with #DEEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDEF; }
p { color: rgb(222,237,239); }
H1.HeaderClassName
{
color: #DEEDEF;
}
.AnyTagClassName
{
color: #DEEDEF;
}
</style>
background-color css
<style>
a { background-color: #DEEDEF; }
a { background-color: rgb(222,237,239); }
div.DivClassName
{
background-color: #DEEDEF;
}
.BgClassName
{
background-color: #DEEDEF;
}
</style>
border-color css
<style>
span { border-color: #DEEDEF; }
span { border-color: rgb(222,237,239); }
td.TdClassName
{
border-color: #DEEDEF;
}
.TagClassName
{
border-color: #DEEDEF;
}
</style>