Shades of Oyster Bay #CCF0F1
Tints of Oyster Bay #CCF0F1
RGB
CMYK
RGB Variations
Color information
#CCF0F1 (or 0xCCF0F1) is known color: Oyster Bay. HEX triplet: CC, F0 and F1. RGB value is (204,240,241). Sum of RGB (Red+Green+Blue) = 204+240+241=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCF0F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0F1 is #330F0E. Grayscale: #E5E5E5. Windows color (decimal): -3346191 or 15855820. OLE color: 15855820.
HSL color Cylindrical-coordinate representation of color #CCF0F1: hue angle of 181.62º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF0F1 is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 240 | 241 | - |
| CMYK | 0.15 | 0.00 | 0 | 0.05 |
| HSL | 181.62º | 0.57% | 0.87% | - |
| HSV(B) | 181.62º | 0.15% | 0.95% | - |
| XYZ | 71.94 | 81.51 | 95.16 | - |
| YUV | 229.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 241 | 0.15 | 0.00 | 0 | 0.05 | 181.62 | 0.57 | 0.87 |
| Hex | CC | F0 | F1 | F | 0 | 0 | 5 | B6 | 39 | 57 |
| Octal | 314 | 360 | 361 | 17 | 0 | 0 | 5 | 266 | 71 | 127 |
| Binary | 11001100 | 11110000 | 11110001 | 1111 | 0 | 0 | 101 | 10110110 | 111001 | 1010111 |
Color Harmonies of #CCF0F1
Complementary color
Monochromatic Colors of #CCF0F1
Black with #CCF0F1
Text Example
Text Example
White with #CCF0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0F1; }
p { color: rgb(204,240,241); }
H1.HeaderClassName
{
color: #CCF0F1;
}
.AnyTagClassName
{
color: #CCF0F1;
}
</style>
background-color css
<style>
a { background-color: #CCF0F1; }
a { background-color: rgb(204,240,241); }
div.DivClassName
{
background-color: #CCF0F1;
}
.BgClassName
{
background-color: #CCF0F1;
}
</style>
border-color css
<style>
span { border-color: #CCF0F1; }
span { border-color: rgb(204,240,241); }
td.TdClassName
{
border-color: #CCF0F1;
}
.TagClassName
{
border-color: #CCF0F1;
}
</style>