Shades of Oyster Bay #CFECEE
Tints of Oyster Bay #CFECEE
RGB
CMYK
RGB Variations
Color information
#CFECEE (or 0xCFECEE) is known color: Oyster Bay. HEX triplet: CF, EC and EE. RGB value is (207,236,238). Sum of RGB (Red+Green+Blue) = 207+236+238=681 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.40% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECEE is #301311. Grayscale: #E3E3E3. Windows color (decimal): -3150610 or 15658191. OLE color: 15658191.
HSL color Cylindrical-coordinate representation of color #CFECEE: hue angle of 183.87º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFECEE is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 238 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.07 |
| HSL | 183.87º | 0.48% | 0.87% | - |
| HSV(B) | 183.87º | 0.13% | 0.93% | - |
| XYZ | 71.16 | 79.43 | 92.47 | - |
| YUV | 227.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 238 | 0.13 | 0.01 | 0 | 0.07 | 183.87 | 0.48 | 0.87 |
| Hex | CF | EC | EE | D | 1 | 0 | 7 | B8 | 30 | 57 |
| Octal | 317 | 354 | 356 | 15 | 1 | 0 | 7 | 270 | 60 | 127 |
| Binary | 11001111 | 11101100 | 11101110 | 1101 | 1 | 0 | 111 | 10111000 | 110000 | 1010111 |
Color Harmonies of #CFECEE
Complementary color
Monochromatic Colors of #CFECEE
Black with #CFECEE
Text Example
Text Example
White with #CFECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECEE; }
p { color: rgb(207,236,238); }
H1.HeaderClassName
{
color: #CFECEE;
}
.AnyTagClassName
{
color: #CFECEE;
}
</style>
background-color css
<style>
a { background-color: #CFECEE; }
a { background-color: rgb(207,236,238); }
div.DivClassName
{
background-color: #CFECEE;
}
.BgClassName
{
background-color: #CFECEE;
}
</style>
border-color css
<style>
span { border-color: #CFECEE; }
span { border-color: rgb(207,236,238); }
td.TdClassName
{
border-color: #CFECEE;
}
.TagClassName
{
border-color: #CFECEE;
}
</style>