Shades of Oyster Bay #CEF5F4
Tints of Oyster Bay #CEF5F4
RGB
CMYK
RGB Variations
Color information
#CEF5F4 (or 0xCEF5F4) is known color: Oyster Bay. HEX triplet: CE, F5 and F4. RGB value is (206,245,244). Sum of RGB (Red+Green+Blue) = 206+245+244=695 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.64% from 695); Green value is 245 (96.09% from 255 or 35.25% from 695); Blue value is 244 (95.70% from 255 or 35.11% from 695); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF5F4 is #310A0B. Grayscale: #E9E9E9. Windows color (decimal): -3213836 or 16053710. OLE color: 16053710.
HSL color Cylindrical-coordinate representation of color #CEF5F4: hue angle of 178.46º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF5F4 is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 244 | - |
| CMYK | 0.16 | 0 | 0.00 | 0.04 |
| HSL | 178.46º | 0.66% | 0.88% | - |
| HSV(B) | 178.46º | 0.16% | 0.96% | - |
| XYZ | 74.44 | 84.96 | 98.06 | - |
| YUV | 233.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 244 | 0.16 | 0 | 0.00 | 0.04 | 178.46 | 0.66 | 0.88 |
| Hex | CE | F5 | F4 | 10 | 0 | 0 | 4 | B2 | 42 | 58 |
| Octal | 316 | 365 | 364 | 20 | 0 | 0 | 4 | 262 | 102 | 130 |
| Binary | 11001110 | 11110101 | 11110100 | 10000 | 0 | 0 | 100 | 10110010 | 1000010 | 1011000 |
Color Harmonies of #CEF5F4
Complementary color
Monochromatic Colors of #CEF5F4
Black with #CEF5F4
Text Example
Text Example
White with #CEF5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF5F4; }
p { color: rgb(206,245,244); }
H1.HeaderClassName
{
color: #CEF5F4;
}
.AnyTagClassName
{
color: #CEF5F4;
}
</style>
background-color css
<style>
a { background-color: #CEF5F4; }
a { background-color: rgb(206,245,244); }
div.DivClassName
{
background-color: #CEF5F4;
}
.BgClassName
{
background-color: #CEF5F4;
}
</style>
border-color css
<style>
span { border-color: #CEF5F4; }
span { border-color: rgb(206,245,244); }
td.TdClassName
{
border-color: #CEF5F4;
}
.TagClassName
{
border-color: #CEF5F4;
}
</style>