Shades of Oyster Bay #DDF0F0
Tints of Oyster Bay #DDF0F0
RGB
CMYK
RGB Variations
Color information
#DDF0F0 (or 0xDDF0F0) is known color: Oyster Bay. HEX triplet: DD, F0 and F0. RGB value is (221,240,240). Sum of RGB (Red+Green+Blue) = 221+240+240=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 240 (94.14% from 255 or 34.24% from 701); Blue value is 240 (94.14% from 255 or 34.24% from 701); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #DDF0F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0F0 is #220F0F. Grayscale: #EAEAEA. Windows color (decimal): -2232080 or 15790301. OLE color: 15790301.
HSL color Cylindrical-coordinate representation of color #DDF0F0: hue angle of 180º 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 #DDF0F0 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 240 | 240 | - |
CMYK | 0.08 | 0 | 0 | 0.06 |
HSL | 180º | 0.39% | 0.9% | - |
HSV(B) | 180º | 0.08% | 0.94% | - |
XYZ | 76.71 | 83.98 | 94.61 | - |
YUV | 234.32 | 131.21 | 118.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 240 | 240 | 0.08 | 0 | 0 | 0.06 | 180 | 0.39 | 0.9 |
Hex | DD | F0 | F0 | 8 | 0 | 0 | 6 | B4 | 27 | 5A |
Octal | 335 | 360 | 360 | 10 | 0 | 0 | 6 | 264 | 47 | 132 |
Binary | 11011101 | 11110000 | 11110000 | 1000 | 0 | 0 | 110 | 10110100 | 100111 | 1011010 |
Color Harmonies of #DDF0F0
Complementary color
Monochromatic Colors of #DDF0F0
Black with #DDF0F0
Text Example
Text Example
White with #DDF0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0F0; }
p { color: rgb(221,240,240); }
H1.HeaderClassName
{
color: #DDF0F0;
}
.AnyTagClassName
{
color: #DDF0F0;
}
</style>
background-color css
<style>
a { background-color: #DDF0F0; }
a { background-color: rgb(221,240,240); }
div.DivClassName
{
background-color: #DDF0F0;
}
.BgClassName
{
background-color: #DDF0F0;
}
</style>
border-color css
<style>
span { border-color: #DDF0F0; }
span { border-color: rgb(221,240,240); }
td.TdClassName
{
border-color: #DDF0F0;
}
.TagClassName
{
border-color: #DDF0F0;
}
</style>