Shades of Oyster Bay #DDF0F1
Tints of Oyster Bay #DDF0F1
RGB
CMYK
RGB Variations
Color information
#DDF0F1 (or 0xDDF0F1) is known color: Oyster Bay. HEX triplet: DD, F0 and F1. RGB value is (221,240,241). Sum of RGB (Red+Green+Blue) = 221+240+241=702 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.48% from 702); Green value is 240 (94.14% from 255 or 34.19% from 702); Blue value is 241 (94.53% from 255 or 34.33% from 702); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDF0F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0F1 is #220F0E. Grayscale: #EAEAEA. Windows color (decimal): -2232079 or 15855837. OLE color: 15855837.
HSL color Cylindrical-coordinate representation of color #DDF0F1: hue angle of 183º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDF0F1 is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 240 | 241 | - |
| CMYK | 0.08 | 0.00 | 0 | 0.05 |
| HSL | 183º | 0.42% | 0.91% | - |
| HSV(B) | 183º | 0.08% | 0.95% | - |
| XYZ | 76.86 | 84.04 | 95.39 | - |
| YUV | 234.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 241 | 0.08 | 0.00 | 0 | 0.05 | 183 | 0.42 | 0.91 |
| Hex | DD | F0 | F1 | 8 | 0 | 0 | 5 | B7 | 2A | 5B |
| Octal | 335 | 360 | 361 | 10 | 0 | 0 | 5 | 267 | 52 | 133 |
| Binary | 11011101 | 11110000 | 11110001 | 1000 | 0 | 0 | 101 | 10110111 | 101010 | 1011011 |
Color Harmonies of #DDF0F1
Complementary color
Monochromatic Colors of #DDF0F1
Black with #DDF0F1
Text Example
Text Example
White with #DDF0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0F1; }
p { color: rgb(221,240,241); }
H1.HeaderClassName
{
color: #DDF0F1;
}
.AnyTagClassName
{
color: #DDF0F1;
}
</style>
background-color css
<style>
a { background-color: #DDF0F1; }
a { background-color: rgb(221,240,241); }
div.DivClassName
{
background-color: #DDF0F1;
}
.BgClassName
{
background-color: #DDF0F1;
}
</style>
border-color css
<style>
span { border-color: #DDF0F1; }
span { border-color: rgb(221,240,241); }
td.TdClassName
{
border-color: #DDF0F1;
}
.TagClassName
{
border-color: #DDF0F1;
}
</style>