Shades of Oyster Bay #CCF0EF
Tints of Oyster Bay #CCF0EF
RGB
CMYK
RGB Variations
Color information
#CCF0EF (or 0xCCF0EF) is known color: Oyster Bay. HEX triplet: CC, F0 and EF. RGB value is (204,240,239). Sum of RGB (Red+Green+Blue) = 204+240+239=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0EF is #330F10. Grayscale: #E5E5E5. Windows color (decimal): -3346193 or 15724748. OLE color: 15724748.
HSL color Cylindrical-coordinate representation of color #CCF0EF: hue angle of 178.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF0EF is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 239 | - |
| CMYK | 0.15 | 0 | 0.00 | 0.06 |
| HSL | 178.33º | 0.55% | 0.87% | - |
| HSV(B) | 178.33º | 0.15% | 0.94% | - |
| XYZ | 71.64 | 81.39 | 93.6 | - |
| YUV | 229.12 | 133.57 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 239 | 0.15 | 0 | 0.00 | 0.06 | 178.33 | 0.55 | 0.87 |
| Hex | CC | F0 | EF | F | 0 | 0 | 6 | B2 | 37 | 57 |
| Octal | 314 | 360 | 357 | 17 | 0 | 0 | 6 | 262 | 67 | 127 |
| Binary | 11001100 | 11110000 | 11101111 | 1111 | 0 | 0 | 110 | 10110010 | 110111 | 1010111 |
Color Harmonies of #CCF0EF
Complementary color
Monochromatic Colors of #CCF0EF
Black with #CCF0EF
Text Example
Text Example
White with #CCF0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0EF; }
p { color: rgb(204,240,239); }
H1.HeaderClassName
{
color: #CCF0EF;
}
.AnyTagClassName
{
color: #CCF0EF;
}
</style>
background-color css
<style>
a { background-color: #CCF0EF; }
a { background-color: rgb(204,240,239); }
div.DivClassName
{
background-color: #CCF0EF;
}
.BgClassName
{
background-color: #CCF0EF;
}
</style>
border-color css
<style>
span { border-color: #CCF0EF; }
span { border-color: rgb(204,240,239); }
td.TdClassName
{
border-color: #CCF0EF;
}
.TagClassName
{
border-color: #CCF0EF;
}
</style>