Shades of Oyster Bay #DDF2F2
Tints of Oyster Bay #DDF2F2
RGB
CMYK
RGB Variations
Color information
#DDF2F2 (or 0xDDF2F2) is known color: Oyster Bay. HEX triplet: DD, F2 and F2. RGB value is (221,242,242). Sum of RGB (Red+Green+Blue) = 221+242+242=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 242 (94.92% from 255 or 34.33% from 705); Blue value is 242 (94.92% from 255 or 34.33% from 705); Max value from RGB is 242 - color contains mainly: green, blue. Hex color #DDF2F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2F2 is #220D0D. Grayscale: #EBEBEB. Windows color (decimal): -2231566 or 15921885. OLE color: 15921885.
HSL color Cylindrical-coordinate representation of color #DDF2F2: hue angle of 180º 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 #DDF2F2 is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 242 | - |
| CMYK | 0.09 | 0 | 0 | 0.05 |
| HSL | 180º | 0.45% | 0.91% | - |
| HSV(B) | 180º | 0.09% | 0.95% | - |
| XYZ | 77.6 | 85.29 | 96.38 | - |
| YUV | 235.72 | 131.54 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 242 | 0.09 | 0 | 0 | 0.05 | 180 | 0.45 | 0.91 |
| Hex | DD | F2 | F2 | 9 | 0 | 0 | 5 | B4 | 2D | 5B |
| Octal | 335 | 362 | 362 | 11 | 0 | 0 | 5 | 264 | 55 | 133 |
| Binary | 11011101 | 11110010 | 11110010 | 1001 | 0 | 0 | 101 | 10110100 | 101101 | 1011011 |
Color Harmonies of #DDF2F2
Complementary color
Monochromatic Colors of #DDF2F2
Black with #DDF2F2
Text Example
Text Example
White with #DDF2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2F2; }
p { color: rgb(221,242,242); }
H1.HeaderClassName
{
color: #DDF2F2;
}
.AnyTagClassName
{
color: #DDF2F2;
}
</style>
background-color css
<style>
a { background-color: #DDF2F2; }
a { background-color: rgb(221,242,242); }
div.DivClassName
{
background-color: #DDF2F2;
}
.BgClassName
{
background-color: #DDF2F2;
}
</style>
border-color css
<style>
span { border-color: #DDF2F2; }
span { border-color: rgb(221,242,242); }
td.TdClassName
{
border-color: #DDF2F2;
}
.TagClassName
{
border-color: #DDF2F2;
}
</style>