Shades of Oyster Bay #DEEDF0
Tints of Oyster Bay #DEEDF0
RGB
CMYK
RGB Variations
Color information
#DEEDF0 (or 0xDEEDF0) is known color: Oyster Bay. HEX triplet: DE, ED and F0. RGB value is (222,237,240). Sum of RGB (Red+Green+Blue) = 222+237+240=699 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.76% from 699); Green value is 237 (92.97% from 255 or 33.91% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEEDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEDF0 is #21120F. Grayscale: #E8E8E8. Windows color (decimal): -2167312 or 15789534. OLE color: 15789534.
HSL color Cylindrical-coordinate representation of color #DEEDF0: hue angle of 190º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEDF0 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 237 | 240 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.06 |
| HSL | 190º | 0.38% | 0.91% | - |
| HSV(B) | 190º | 0.07% | 0.94% | - |
| XYZ | 76.14 | 82.39 | 94.33 | - |
| YUV | 232.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 240 | 0.08 | 0.01 | 0 | 0.06 | 190 | 0.38 | 0.91 |
| Hex | DE | ED | F0 | 8 | 1 | 0 | 6 | BE | 26 | 5B |
| Octal | 336 | 355 | 360 | 10 | 1 | 0 | 6 | 276 | 46 | 133 |
| Binary | 11011110 | 11101101 | 11110000 | 1000 | 1 | 0 | 110 | 10111110 | 100110 | 1011011 |
Color Harmonies of #DEEDF0
Complementary color
Monochromatic Colors of #DEEDF0
Black with #DEEDF0
Text Example
Text Example
White with #DEEDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDF0; }
p { color: rgb(222,237,240); }
H1.HeaderClassName
{
color: #DEEDF0;
}
.AnyTagClassName
{
color: #DEEDF0;
}
</style>
background-color css
<style>
a { background-color: #DEEDF0; }
a { background-color: rgb(222,237,240); }
div.DivClassName
{
background-color: #DEEDF0;
}
.BgClassName
{
background-color: #DEEDF0;
}
</style>
border-color css
<style>
span { border-color: #DEEDF0; }
span { border-color: rgb(222,237,240); }
td.TdClassName
{
border-color: #DEEDF0;
}
.TagClassName
{
border-color: #DEEDF0;
}
</style>