Shades of Oyster Bay #DCF1F4
Tints of Oyster Bay #DCF1F4
RGB
CMYK
RGB Variations
Color information
#DCF1F4 (or 0xDCF1F4) is known color: Oyster Bay. HEX triplet: DC, F1 and F4. RGB value is (220,241,244). Sum of RGB (Red+Green+Blue) = 220+241+244=705 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.21% from 705); Green value is 241 (94.53% from 255 or 34.18% from 705); Blue value is 244 (95.70% from 255 or 34.61% from 705); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCF1F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF1F4 is #230E0B. Grayscale: #EBEBEB. Windows color (decimal): -2297356 or 16052700. OLE color: 16052700.
HSL color Cylindrical-coordinate representation of color #DCF1F4: hue angle of 187.5º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCF1F4 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 241 | 244 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.04 |
| HSL | 187.5º | 0.52% | 0.91% | - |
| HSV(B) | 187.5º | 0.1% | 0.96% | - |
| XYZ | 77.3 | 84.66 | 97.85 | - |
| YUV | 235.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 244 | 0.10 | 0.01 | 0 | 0.04 | 187.5 | 0.52 | 0.91 |
| Hex | DC | F1 | F4 | A | 1 | 0 | 4 | BC | 34 | 5B |
| Octal | 334 | 361 | 364 | 12 | 1 | 0 | 4 | 274 | 64 | 133 |
| Binary | 11011100 | 11110001 | 11110100 | 1010 | 1 | 0 | 100 | 10111100 | 110100 | 1011011 |
Color Harmonies of #DCF1F4
Complementary color
Monochromatic Colors of #DCF1F4
Black with #DCF1F4
Text Example
Text Example
White with #DCF1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1F4; }
p { color: rgb(220,241,244); }
H1.HeaderClassName
{
color: #DCF1F4;
}
.AnyTagClassName
{
color: #DCF1F4;
}
</style>
background-color css
<style>
a { background-color: #DCF1F4; }
a { background-color: rgb(220,241,244); }
div.DivClassName
{
background-color: #DCF1F4;
}
.BgClassName
{
background-color: #DCF1F4;
}
</style>
border-color css
<style>
span { border-color: #DCF1F4; }
span { border-color: rgb(220,241,244); }
td.TdClassName
{
border-color: #DCF1F4;
}
.TagClassName
{
border-color: #DCF1F4;
}
</style>