Shades of Oyster Bay #DDF2F1
Tints of Oyster Bay #DDF2F1
RGB
CMYK
RGB Variations
Color information
#DDF2F1 (or 0xDDF2F1) is known color: Oyster Bay. HEX triplet: DD, F2 and F1. RGB value is (221,242,241). Sum of RGB (Red+Green+Blue) = 221+242+241=704 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.39% from 704); Green value is 242 (94.92% from 255 or 34.38% from 704); Blue value is 241 (94.53% from 255 or 34.23% from 704); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2F1 is #220D0E. Grayscale: #EBEBEB. Windows color (decimal): -2231567 or 15856349. OLE color: 15856349.
HSL color Cylindrical-coordinate representation of color #DDF2F1: hue angle of 177.14º 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 #DDF2F1 is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 241 | - |
| CMYK | 0.09 | 0 | 0.00 | 0.05 |
| HSL | 177.14º | 0.45% | 0.91% | - |
| HSV(B) | 177.14º | 0.09% | 0.95% | - |
| XYZ | 77.45 | 85.23 | 95.59 | - |
| YUV | 235.61 | 131.04 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 241 | 0.09 | 0 | 0.00 | 0.05 | 177.14 | 0.45 | 0.91 |
| Hex | DD | F2 | F1 | 9 | 0 | 0 | 5 | B1 | 2D | 5B |
| Octal | 335 | 362 | 361 | 11 | 0 | 0 | 5 | 261 | 55 | 133 |
| Binary | 11011101 | 11110010 | 11110001 | 1001 | 0 | 0 | 101 | 10110001 | 101101 | 1011011 |
Color Harmonies of #DDF2F1
Complementary color
Monochromatic Colors of #DDF2F1
Black with #DDF2F1
Text Example
Text Example
White with #DDF2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2F1; }
p { color: rgb(221,242,241); }
H1.HeaderClassName
{
color: #DDF2F1;
}
.AnyTagClassName
{
color: #DDF2F1;
}
</style>
background-color css
<style>
a { background-color: #DDF2F1; }
a { background-color: rgb(221,242,241); }
div.DivClassName
{
background-color: #DDF2F1;
}
.BgClassName
{
background-color: #DDF2F1;
}
</style>
border-color css
<style>
span { border-color: #DDF2F1; }
span { border-color: rgb(221,242,241); }
td.TdClassName
{
border-color: #DDF2F1;
}
.TagClassName
{
border-color: #DDF2F1;
}
</style>