Shades of Oyster Bay #CCF1F1
Tints of Oyster Bay #CCF1F1
RGB
CMYK
RGB Variations
Color information
#CCF1F1 (or 0xCCF1F1) is known color: Oyster Bay. HEX triplet: CC, F1 and F1. RGB value is (204,241,241). Sum of RGB (Red+Green+Blue) = 204+241+241=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 241 (94.53% from 255 or 35.13% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #CCF1F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF1F1 is #330E0E. Grayscale: #E5E5E5. Windows color (decimal): -3345935 or 15856076. OLE color: 15856076.
HSL color Cylindrical-coordinate representation of color #CCF1F1: hue angle of 180º 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 #CCF1F1 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 241 | - |
| CMYK | 0.15 | 0 | 0 | 0.05 |
| HSL | 180º | 0.57% | 0.87% | - |
| HSV(B) | 180º | 0.15% | 0.95% | - |
| XYZ | 72.23 | 82.1 | 95.26 | - |
| YUV | 229.94 | 134.24 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 241 | 0.15 | 0 | 0 | 0.05 | 180 | 0.57 | 0.87 |
| Hex | CC | F1 | F1 | F | 0 | 0 | 5 | B4 | 39 | 57 |
| Octal | 314 | 361 | 361 | 17 | 0 | 0 | 5 | 264 | 71 | 127 |
| Binary | 11001100 | 11110001 | 11110001 | 1111 | 0 | 0 | 101 | 10110100 | 111001 | 1010111 |
Color Harmonies of #CCF1F1
Complementary color
Monochromatic Colors of #CCF1F1
Black with #CCF1F1
Text Example
Text Example
White with #CCF1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF1F1; }
p { color: rgb(204,241,241); }
H1.HeaderClassName
{
color: #CCF1F1;
}
.AnyTagClassName
{
color: #CCF1F1;
}
</style>
background-color css
<style>
a { background-color: #CCF1F1; }
a { background-color: rgb(204,241,241); }
div.DivClassName
{
background-color: #CCF1F1;
}
.BgClassName
{
background-color: #CCF1F1;
}
</style>
border-color css
<style>
span { border-color: #CCF1F1; }
span { border-color: rgb(204,241,241); }
td.TdClassName
{
border-color: #CCF1F1;
}
.TagClassName
{
border-color: #CCF1F1;
}
</style>