Shades of Oyster Bay #CEEDF0
Tints of Oyster Bay #CEEDF0
RGB
CMYK
RGB Variations
Color information
#CEEDF0 (or 0xCEEDF0) is known color: Oyster Bay. HEX triplet: CE, ED and F0. RGB value is (206,237,240). Sum of RGB (Red+Green+Blue) = 206+237+240=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEEDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEDF0 is #31120F. Grayscale: #E4E4E4. Windows color (decimal): -3215888 or 15789518. OLE color: 15789518.
HSL color Cylindrical-coordinate representation of color #CEEDF0: hue angle of 185.29º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEEDF0 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 237 | 240 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.06 |
| HSL | 185.29º | 0.53% | 0.87% | - |
| HSV(B) | 185.29º | 0.14% | 0.94% | - |
| XYZ | 71.47 | 79.98 | 94.11 | - |
| YUV | 228.07 | 134.73 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 240 | 0.14 | 0.01 | 0 | 0.06 | 185.29 | 0.53 | 0.87 |
| Hex | CE | ED | F0 | E | 1 | 0 | 6 | B9 | 35 | 57 |
| Octal | 316 | 355 | 360 | 16 | 1 | 0 | 6 | 271 | 65 | 127 |
| Binary | 11001110 | 11101101 | 11110000 | 1110 | 1 | 0 | 110 | 10111001 | 110101 | 1010111 |
Color Harmonies of #CEEDF0
Complementary color
Monochromatic Colors of #CEEDF0
Black with #CEEDF0
Text Example
Text Example
White with #CEEDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDF0; }
p { color: rgb(206,237,240); }
H1.HeaderClassName
{
color: #CEEDF0;
}
.AnyTagClassName
{
color: #CEEDF0;
}
</style>
background-color css
<style>
a { background-color: #CEEDF0; }
a { background-color: rgb(206,237,240); }
div.DivClassName
{
background-color: #CEEDF0;
}
.BgClassName
{
background-color: #CEEDF0;
}
</style>
border-color css
<style>
span { border-color: #CEEDF0; }
span { border-color: rgb(206,237,240); }
td.TdClassName
{
border-color: #CEEDF0;
}
.TagClassName
{
border-color: #CEEDF0;
}
</style>