Shades of Oyster Bay #DCF0F0
Tints of Oyster Bay #DCF0F0
RGB
CMYK
RGB Variations
Color information
#DCF0F0 (or 0xDCF0F0) is known color: Oyster Bay. HEX triplet: DC, F0 and F0. RGB value is (220,240,240). Sum of RGB (Red+Green+Blue) = 220+240+240=700 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.43% from 700); Green value is 240 (94.14% from 255 or 34.29% from 700); Blue value is 240 (94.14% from 255 or 34.29% from 700); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #DCF0F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF0F0 is #230F0F. Grayscale: #EAEAEA. Windows color (decimal): -2297616 or 15790300. OLE color: 15790300.
HSL color Cylindrical-coordinate representation of color #DCF0F0: hue angle of 180º degrees, saturation: 0.4, 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 #DCF0F0 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 240 | - |
| CMYK | 0.08 | 0 | 0 | 0.06 |
| HSL | 180º | 0.4% | 0.9% | - |
| HSV(B) | 180º | 0.08% | 0.94% | - |
| XYZ | 76.4 | 83.83 | 94.59 | - |
| YUV | 234.02 | 131.37 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 240 | 0.08 | 0 | 0 | 0.06 | 180 | 0.4 | 0.9 |
| Hex | DC | F0 | F0 | 8 | 0 | 0 | 6 | B4 | 28 | 5A |
| Octal | 334 | 360 | 360 | 10 | 0 | 0 | 6 | 264 | 50 | 132 |
| Binary | 11011100 | 11110000 | 11110000 | 1000 | 0 | 0 | 110 | 10110100 | 101000 | 1011010 |
Color Harmonies of #DCF0F0
Complementary color
Monochromatic Colors of #DCF0F0
Black with #DCF0F0
Text Example
Text Example
White with #DCF0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0F0; }
p { color: rgb(220,240,240); }
H1.HeaderClassName
{
color: #DCF0F0;
}
.AnyTagClassName
{
color: #DCF0F0;
}
</style>
background-color css
<style>
a { background-color: #DCF0F0; }
a { background-color: rgb(220,240,240); }
div.DivClassName
{
background-color: #DCF0F0;
}
.BgClassName
{
background-color: #DCF0F0;
}
</style>
border-color css
<style>
span { border-color: #DCF0F0; }
span { border-color: rgb(220,240,240); }
td.TdClassName
{
border-color: #DCF0F0;
}
.TagClassName
{
border-color: #DCF0F0;
}
</style>