Shades of Oyster Bay #CCF8F7
Tints of Oyster Bay #CCF8F7
RGB
CMYK
RGB Variations
Color information
#CCF8F7 (or 0xCCF8F7) is known color: Oyster Bay. HEX triplet: CC, F8 and F7. RGB value is (204,248,247). Sum of RGB (Red+Green+Blue) = 204+248+247=699 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.18% from 699); Green value is 248 (97.27% from 255 or 35.48% from 699); Blue value is 247 (96.88% from 255 or 35.34% from 699); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF8F7 is #330708. Grayscale: #EAEAEA. Windows color (decimal): -3344137 or 16251084. OLE color: 16251084.
HSL color Cylindrical-coordinate representation of color #CCF8F7: hue angle of 178.64º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF8F7 is Cyan = 0.18, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 247 | - |
| CMYK | 0.18 | 0 | 0.00 | 0.03 |
| HSL | 178.64º | 0.76% | 0.89% | - |
| HSV(B) | 178.64º | 0.18% | 0.97% | - |
| XYZ | 75.26 | 86.69 | 100.76 | - |
| YUV | 234.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 247 | 0.18 | 0 | 0.00 | 0.03 | 178.64 | 0.76 | 0.89 |
| Hex | CC | F8 | F7 | 12 | 0 | 0 | 3 | B3 | 4C | 59 |
| Octal | 314 | 370 | 367 | 22 | 0 | 0 | 3 | 263 | 114 | 131 |
| Binary | 11001100 | 11111000 | 11110111 | 10010 | 0 | 0 | 11 | 10110011 | 1001100 | 1011001 |
Color Harmonies of #CCF8F7
Complementary color
Monochromatic Colors of #CCF8F7
Black with #CCF8F7
Text Example
Text Example
White with #CCF8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF8F7; }
p { color: rgb(204,248,247); }
H1.HeaderClassName
{
color: #CCF8F7;
}
.AnyTagClassName
{
color: #CCF8F7;
}
</style>
background-color css
<style>
a { background-color: #CCF8F7; }
a { background-color: rgb(204,248,247); }
div.DivClassName
{
background-color: #CCF8F7;
}
.BgClassName
{
background-color: #CCF8F7;
}
</style>
border-color css
<style>
span { border-color: #CCF8F7; }
span { border-color: rgb(204,248,247); }
td.TdClassName
{
border-color: #CCF8F7;
}
.TagClassName
{
border-color: #CCF8F7;
}
</style>