Shades of Oyster Bay #DCF1F1
Tints of Oyster Bay #DCF1F1
RGB
CMYK
RGB Variations
Color information
#DCF1F1 (or 0xDCF1F1) is known color: Oyster Bay. HEX triplet: DC, F1 and F1. RGB value is (220,241,241). Sum of RGB (Red+Green+Blue) = 220+241+241=702 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.34% from 702); Green value is 241 (94.53% from 255 or 34.33% from 702); Blue value is 241 (94.53% from 255 or 34.33% from 702); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #DCF1F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF1F1 is #230E0E. Grayscale: #EAEAEA. Windows color (decimal): -2297359 or 15856092. OLE color: 15856092.
HSL color Cylindrical-coordinate representation of color #DCF1F1: hue angle of 180º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF1F1 is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 241 | - |
| CMYK | 0.09 | 0 | 0 | 0.05 |
| HSL | 180º | 0.43% | 0.9% | - |
| HSV(B) | 180º | 0.09% | 0.95% | - |
| XYZ | 76.85 | 84.48 | 95.47 | - |
| YUV | 234.72 | 131.54 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 241 | 0.09 | 0 | 0 | 0.05 | 180 | 0.43 | 0.9 |
| Hex | DC | F1 | F1 | 9 | 0 | 0 | 5 | B4 | 2B | 5A |
| Octal | 334 | 361 | 361 | 11 | 0 | 0 | 5 | 264 | 53 | 132 |
| Binary | 11011100 | 11110001 | 11110001 | 1001 | 0 | 0 | 101 | 10110100 | 101011 | 1011010 |
Color Harmonies of #DCF1F1
Complementary color
Monochromatic Colors of #DCF1F1
Black with #DCF1F1
Text Example
Text Example
White with #DCF1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1F1; }
p { color: rgb(220,241,241); }
H1.HeaderClassName
{
color: #DCF1F1;
}
.AnyTagClassName
{
color: #DCF1F1;
}
</style>
background-color css
<style>
a { background-color: #DCF1F1; }
a { background-color: rgb(220,241,241); }
div.DivClassName
{
background-color: #DCF1F1;
}
.BgClassName
{
background-color: #DCF1F1;
}
</style>
border-color css
<style>
span { border-color: #DCF1F1; }
span { border-color: rgb(220,241,241); }
td.TdClassName
{
border-color: #DCF1F1;
}
.TagClassName
{
border-color: #DCF1F1;
}
</style>