Shades of Oyster Bay #CCECEF
Tints of Oyster Bay #CCECEF
RGB
CMYK
RGB Variations
Color information
#CCECEF (or 0xCCECEF) is known color: Oyster Bay. HEX triplet: CC, EC and EF. RGB value is (204,236,239). Sum of RGB (Red+Green+Blue) = 204+236+239=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECEF is #331310. Grayscale: #E2E2E2. Windows color (decimal): -3347217 or 15723724. OLE color: 15723724.
HSL color Cylindrical-coordinate representation of color #CCECEF: hue angle of 185.14º degrees, saturation: 0.52, 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 #CCECEF is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 236 | 239 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.06 |
| HSL | 185.14º | 0.52% | 0.87% | - |
| HSV(B) | 185.14º | 0.15% | 0.94% | - |
| XYZ | 70.48 | 79.06 | 93.21 | - |
| YUV | 226.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 239 | 0.15 | 0.01 | 0 | 0.06 | 185.14 | 0.52 | 0.87 |
| Hex | CC | EC | EF | F | 1 | 0 | 6 | B9 | 34 | 57 |
| Octal | 314 | 354 | 357 | 17 | 1 | 0 | 6 | 271 | 64 | 127 |
| Binary | 11001100 | 11101100 | 11101111 | 1111 | 1 | 0 | 110 | 10111001 | 110100 | 1010111 |
Color Harmonies of #CCECEF
Complementary color
Monochromatic Colors of #CCECEF
Black with #CCECEF
Text Example
Text Example
White with #CCECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECEF; }
p { color: rgb(204,236,239); }
H1.HeaderClassName
{
color: #CCECEF;
}
.AnyTagClassName
{
color: #CCECEF;
}
</style>
background-color css
<style>
a { background-color: #CCECEF; }
a { background-color: rgb(204,236,239); }
div.DivClassName
{
background-color: #CCECEF;
}
.BgClassName
{
background-color: #CCECEF;
}
</style>
border-color css
<style>
span { border-color: #CCECEF; }
span { border-color: rgb(204,236,239); }
td.TdClassName
{
border-color: #CCECEF;
}
.TagClassName
{
border-color: #CCECEF;
}
</style>