Shades of Oyster Bay #CCF2F0
Tints of Oyster Bay #CCF2F0
RGB
CMYK
RGB Variations
Color information
#CCF2F0 (or 0xCCF2F0) is known color: Oyster Bay. HEX triplet: CC, F2 and F0. RGB value is (204,242,240). Sum of RGB (Red+Green+Blue) = 204+242+240=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 240 (94.14% from 255 or 34.99% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2F0 is #330D0F. Grayscale: #E6E6E6. Windows color (decimal): -3345680 or 15790796. OLE color: 15790796.
HSL color Cylindrical-coordinate representation of color #CCF2F0: hue angle of 176.84º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF2F0 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 240 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.05 |
| HSL | 176.84º | 0.59% | 0.87% | - |
| HSV(B) | 176.84º | 0.16% | 0.95% | - |
| XYZ | 72.38 | 82.63 | 94.57 | - |
| YUV | 230.41 | 133.41 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 240 | 0.16 | 0 | 0.01 | 0.05 | 176.84 | 0.59 | 0.87 |
| Hex | CC | F2 | F0 | 10 | 0 | 1 | 5 | B1 | 3B | 57 |
| Octal | 314 | 362 | 360 | 20 | 0 | 1 | 5 | 261 | 73 | 127 |
| Binary | 11001100 | 11110010 | 11110000 | 10000 | 0 | 1 | 101 | 10110001 | 111011 | 1010111 |
Color Harmonies of #CCF2F0
Complementary color
Monochromatic Colors of #CCF2F0
Black with #CCF2F0
Text Example
Text Example
White with #CCF2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2F0; }
p { color: rgb(204,242,240); }
H1.HeaderClassName
{
color: #CCF2F0;
}
.AnyTagClassName
{
color: #CCF2F0;
}
</style>
background-color css
<style>
a { background-color: #CCF2F0; }
a { background-color: rgb(204,242,240); }
div.DivClassName
{
background-color: #CCF2F0;
}
.BgClassName
{
background-color: #CCF2F0;
}
</style>
border-color css
<style>
span { border-color: #CCF2F0; }
span { border-color: rgb(204,242,240); }
td.TdClassName
{
border-color: #CCF2F0;
}
.TagClassName
{
border-color: #CCF2F0;
}
</style>