Shades of Oyster Bay #DEEDED
Tints of Oyster Bay #DEEDED
RGB
CMYK
RGB Variations
Color information
#DEEDED (or 0xDEEDED) is known color: Oyster Bay. HEX triplet: DE, ED and ED. RGB value is (222,237,237). Sum of RGB (Red+Green+Blue) = 222+237+237=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #DEEDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEDED is #211212. Grayscale: #E8E8E8. Windows color (decimal): -2167315 or 15592926. OLE color: 15592926.
HSL color Cylindrical-coordinate representation of color #DEEDED: hue angle of 180º degrees, saturation: 0.29, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEEDED is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 237 | - |
| CMYK | 0.06 | 0 | 0 | 0.07 |
| HSL | 180º | 0.29% | 0.9% | - |
| HSV(B) | 180º | 0.06% | 0.93% | - |
| XYZ | 75.69 | 82.21 | 92 | - |
| YUV | 232.52 | 130.53 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 237 | 0.06 | 0 | 0 | 0.07 | 180 | 0.29 | 0.9 |
| Hex | DE | ED | ED | 6 | 0 | 0 | 7 | B4 | 1D | 5A |
| Octal | 336 | 355 | 355 | 6 | 0 | 0 | 7 | 264 | 35 | 132 |
| Binary | 11011110 | 11101101 | 11101101 | 110 | 0 | 0 | 111 | 10110100 | 11101 | 1011010 |
Color Harmonies of #DEEDED
Complementary color
Monochromatic Colors of #DEEDED
Black with #DEEDED
Text Example
Text Example
White with #DEEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDED; }
p { color: rgb(222,237,237); }
H1.HeaderClassName
{
color: #DEEDED;
}
.AnyTagClassName
{
color: #DEEDED;
}
</style>
background-color css
<style>
a { background-color: #DEEDED; }
a { background-color: rgb(222,237,237); }
div.DivClassName
{
background-color: #DEEDED;
}
.BgClassName
{
background-color: #DEEDED;
}
</style>
border-color css
<style>
span { border-color: #DEEDED; }
span { border-color: rgb(222,237,237); }
td.TdClassName
{
border-color: #DEEDED;
}
.TagClassName
{
border-color: #DEEDED;
}
</style>