Shades of Oyster Bay #CCECF0
Tints of Oyster Bay #CCECF0
RGB
CMYK
RGB Variations
Color information
#CCECF0 (or 0xCCECF0) is known color: Oyster Bay. HEX triplet: CC, EC and F0. RGB value is (204,236,240). Sum of RGB (Red+Green+Blue) = 204+236+240=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 240 (94.14% from 255 or 35.29% from 680); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECF0 is #33130F. Grayscale: #E2E2E2. Windows color (decimal): -3347216 or 15789260. OLE color: 15789260.
HSL color Cylindrical-coordinate representation of color #CCECF0: hue angle of 186.67º 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 #CCECF0 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 236 | 240 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.06 |
| HSL | 186.67º | 0.55% | 0.87% | - |
| HSV(B) | 186.67º | 0.15% | 0.94% | - |
| XYZ | 70.63 | 79.12 | 93.99 | - |
| YUV | 226.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 240 | 0.15 | 0.02 | 0 | 0.06 | 186.67 | 0.55 | 0.87 |
| Hex | CC | EC | F0 | F | 2 | 0 | 6 | BB | 37 | 57 |
| Octal | 314 | 354 | 360 | 17 | 2 | 0 | 6 | 273 | 67 | 127 |
| Binary | 11001100 | 11101100 | 11110000 | 1111 | 10 | 0 | 110 | 10111011 | 110111 | 1010111 |
Color Harmonies of #CCECF0
Complementary color
Monochromatic Colors of #CCECF0
Black with #CCECF0
Text Example
Text Example
White with #CCECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECF0; }
p { color: rgb(204,236,240); }
H1.HeaderClassName
{
color: #CCECF0;
}
.AnyTagClassName
{
color: #CCECF0;
}
</style>
background-color css
<style>
a { background-color: #CCECF0; }
a { background-color: rgb(204,236,240); }
div.DivClassName
{
background-color: #CCECF0;
}
.BgClassName
{
background-color: #CCECF0;
}
</style>
border-color css
<style>
span { border-color: #CCECF0; }
span { border-color: rgb(204,236,240); }
td.TdClassName
{
border-color: #CCECF0;
}
.TagClassName
{
border-color: #CCECF0;
}
</style>