Shades of Oyster Bay #DDF0EF
Tints of Oyster Bay #DDF0EF
RGB
CMYK
RGB Variations
Color information
#DDF0EF (or 0xDDF0EF) is known color: Oyster Bay. HEX triplet: DD, F0 and EF. RGB value is (221,240,239). Sum of RGB (Red+Green+Blue) = 221+240+239=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 240 (94.14% from 255 or 34.29% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0EF is #220F10. Grayscale: #EAEAEA. Windows color (decimal): -2232081 or 15724765. OLE color: 15724765.
HSL color Cylindrical-coordinate representation of color #DDF0EF: hue angle of 176.84º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDF0EF is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 239 | - |
| CMYK | 0.08 | 0 | 0.00 | 0.06 |
| HSL | 176.84º | 0.39% | 0.9% | - |
| HSV(B) | 176.84º | 0.08% | 0.94% | - |
| XYZ | 76.56 | 83.92 | 93.83 | - |
| YUV | 234.21 | 130.71 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 239 | 0.08 | 0 | 0.00 | 0.06 | 176.84 | 0.39 | 0.9 |
| Hex | DD | F0 | EF | 8 | 0 | 0 | 6 | B1 | 27 | 5A |
| Octal | 335 | 360 | 357 | 10 | 0 | 0 | 6 | 261 | 47 | 132 |
| Binary | 11011101 | 11110000 | 11101111 | 1000 | 0 | 0 | 110 | 10110001 | 100111 | 1011010 |
Color Harmonies of #DDF0EF
Complementary color
Monochromatic Colors of #DDF0EF
Black with #DDF0EF
Text Example
Text Example
White with #DDF0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0EF; }
p { color: rgb(221,240,239); }
H1.HeaderClassName
{
color: #DDF0EF;
}
.AnyTagClassName
{
color: #DDF0EF;
}
</style>
background-color css
<style>
a { background-color: #DDF0EF; }
a { background-color: rgb(221,240,239); }
div.DivClassName
{
background-color: #DDF0EF;
}
.BgClassName
{
background-color: #DDF0EF;
}
</style>
border-color css
<style>
span { border-color: #DDF0EF; }
span { border-color: rgb(221,240,239); }
td.TdClassName
{
border-color: #DDF0EF;
}
.TagClassName
{
border-color: #DDF0EF;
}
</style>