Shades of Oyster Bay #CFECEC
Tints of Oyster Bay #CFECEC
RGB
CMYK
RGB Variations
Color information
#CFECEC (or 0xCFECEC) is known color: Oyster Bay. HEX triplet: CF, EC and EC. RGB value is (207,236,236). Sum of RGB (Red+Green+Blue) = 207+236+236=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #CFECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECEC is #301313. Grayscale: #E3E3E3. Windows color (decimal): -3150612 or 15527119. OLE color: 15527119.
HSL color Cylindrical-coordinate representation of color #CFECEC: hue angle of 180º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFECEC is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 236 | - |
| CMYK | 0.12 | 0 | 0 | 0.07 |
| HSL | 180º | 0.43% | 0.87% | - |
| HSV(B) | 180º | 0.12% | 0.93% | - |
| XYZ | 70.87 | 79.31 | 90.93 | - |
| YUV | 227.33 | 132.89 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 236 | 0.12 | 0 | 0 | 0.07 | 180 | 0.43 | 0.87 |
| Hex | CF | EC | EC | C | 0 | 0 | 7 | B4 | 2B | 57 |
| Octal | 317 | 354 | 354 | 14 | 0 | 0 | 7 | 264 | 53 | 127 |
| Binary | 11001111 | 11101100 | 11101100 | 1100 | 0 | 0 | 111 | 10110100 | 101011 | 1010111 |
Color Harmonies of #CFECEC
Complementary color
Monochromatic Colors of #CFECEC
Black with #CFECEC
Text Example
Text Example
White with #CFECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECEC; }
p { color: rgb(207,236,236); }
H1.HeaderClassName
{
color: #CFECEC;
}
.AnyTagClassName
{
color: #CFECEC;
}
</style>
background-color css
<style>
a { background-color: #CFECEC; }
a { background-color: rgb(207,236,236); }
div.DivClassName
{
background-color: #CFECEC;
}
.BgClassName
{
background-color: #CFECEC;
}
</style>
border-color css
<style>
span { border-color: #CFECEC; }
span { border-color: rgb(207,236,236); }
td.TdClassName
{
border-color: #CFECEC;
}
.TagClassName
{
border-color: #CFECEC;
}
</style>