Shades of Oyster Bay #DDF1F2
Tints of Oyster Bay #DDF1F2
RGB
CMYK
RGB Variations
Color information
#DDF1F2 (or 0xDDF1F2) is known color: Oyster Bay. HEX triplet: DD, F1 and F2. RGB value is (221,241,242). Sum of RGB (Red+Green+Blue) = 221+241+242=704 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.39% from 704); Green value is 241 (94.53% from 255 or 34.23% from 704); Blue value is 242 (94.92% from 255 or 34.38% from 704); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDF1F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1F2 is #220E0D. Grayscale: #EBEBEB. Windows color (decimal): -2231822 or 15921629. OLE color: 15921629.
HSL color Cylindrical-coordinate representation of color #DDF1F2: hue angle of 182.86º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF1F2 is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 242 | - |
| CMYK | 0.09 | 0.00 | 0 | 0.05 |
| HSL | 182.86º | 0.45% | 0.91% | - |
| HSV(B) | 182.86º | 0.09% | 0.95% | - |
| XYZ | 77.3 | 84.69 | 96.28 | - |
| YUV | 235.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 242 | 0.09 | 0.00 | 0 | 0.05 | 182.86 | 0.45 | 0.91 |
| Hex | DD | F1 | F2 | 9 | 0 | 0 | 5 | B7 | 2D | 5B |
| Octal | 335 | 361 | 362 | 11 | 0 | 0 | 5 | 267 | 55 | 133 |
| Binary | 11011101 | 11110001 | 11110010 | 1001 | 0 | 0 | 101 | 10110111 | 101101 | 1011011 |
Color Harmonies of #DDF1F2
Complementary color
Monochromatic Colors of #DDF1F2
Black with #DDF1F2
Text Example
Text Example
White with #DDF1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1F2; }
p { color: rgb(221,241,242); }
H1.HeaderClassName
{
color: #DDF1F2;
}
.AnyTagClassName
{
color: #DDF1F2;
}
</style>
background-color css
<style>
a { background-color: #DDF1F2; }
a { background-color: rgb(221,241,242); }
div.DivClassName
{
background-color: #DDF1F2;
}
.BgClassName
{
background-color: #DDF1F2;
}
</style>
border-color css
<style>
span { border-color: #DDF1F2; }
span { border-color: rgb(221,241,242); }
td.TdClassName
{
border-color: #DDF1F2;
}
.TagClassName
{
border-color: #DDF1F2;
}
</style>