Shades of Oyster Bay #CCF2F3
Tints of Oyster Bay #CCF2F3
RGB
CMYK
RGB Variations
Color information
#CCF2F3 (or 0xCCF2F3) is known color: Oyster Bay. HEX triplet: CC, F2 and F3. RGB value is (204,242,243). Sum of RGB (Red+Green+Blue) = 204+242+243=689 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.61% from 689); Green value is 242 (94.92% from 255 or 35.12% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCF2F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2F3 is #330D0C. Grayscale: #E6E6E6. Windows color (decimal): -3345677 or 15987404. OLE color: 15987404.
HSL color Cylindrical-coordinate representation of color #CCF2F3: hue angle of 181.54º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF2F3 is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 243 | - |
| CMYK | 0.16 | 0.00 | 0 | 0.05 |
| HSL | 181.54º | 0.62% | 0.88% | - |
| HSV(B) | 181.54º | 0.16% | 0.95% | - |
| XYZ | 72.83 | 82.81 | 96.94 | - |
| YUV | 230.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 243 | 0.16 | 0.00 | 0 | 0.05 | 181.54 | 0.62 | 0.88 |
| Hex | CC | F2 | F3 | 10 | 0 | 0 | 5 | B6 | 3E | 58 |
| Octal | 314 | 362 | 363 | 20 | 0 | 0 | 5 | 266 | 76 | 130 |
| Binary | 11001100 | 11110010 | 11110011 | 10000 | 0 | 0 | 101 | 10110110 | 111110 | 1011000 |
Color Harmonies of #CCF2F3
Complementary color
Monochromatic Colors of #CCF2F3
Black with #CCF2F3
Text Example
Text Example
White with #CCF2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2F3; }
p { color: rgb(204,242,243); }
H1.HeaderClassName
{
color: #CCF2F3;
}
.AnyTagClassName
{
color: #CCF2F3;
}
</style>
background-color css
<style>
a { background-color: #CCF2F3; }
a { background-color: rgb(204,242,243); }
div.DivClassName
{
background-color: #CCF2F3;
}
.BgClassName
{
background-color: #CCF2F3;
}
</style>
border-color css
<style>
span { border-color: #CCF2F3; }
span { border-color: rgb(204,242,243); }
td.TdClassName
{
border-color: #CCF2F3;
}
.TagClassName
{
border-color: #CCF2F3;
}
</style>