Shades of Oyster Bay #CEEDEF
Tints of Oyster Bay #CEEDEF
RGB
CMYK
RGB Variations
Color information
#CEEDEF (or 0xCEEDEF) is known color: Oyster Bay. HEX triplet: CE, ED and EF. RGB value is (206,237,239). Sum of RGB (Red+Green+Blue) = 206+237+239=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEEDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEDEF is #311210. Grayscale: #E3E3E3. Windows color (decimal): -3215889 or 15723982. OLE color: 15723982.
HSL color Cylindrical-coordinate representation of color #CEEDEF: hue angle of 183.64º degrees, saturation: 0.51, 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 #CEEDEF is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 237 | 239 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.06 |
| HSL | 183.64º | 0.51% | 0.87% | - |
| HSV(B) | 183.64º | 0.14% | 0.94% | - |
| XYZ | 71.32 | 79.92 | 93.33 | - |
| YUV | 227.96 | 134.23 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 239 | 0.14 | 0.01 | 0 | 0.06 | 183.64 | 0.51 | 0.87 |
| Hex | CE | ED | EF | E | 1 | 0 | 6 | B8 | 33 | 57 |
| Octal | 316 | 355 | 357 | 16 | 1 | 0 | 6 | 270 | 63 | 127 |
| Binary | 11001110 | 11101101 | 11101111 | 1110 | 1 | 0 | 110 | 10111000 | 110011 | 1010111 |
Color Harmonies of #CEEDEF
Complementary color
Monochromatic Colors of #CEEDEF
Black with #CEEDEF
Text Example
Text Example
White with #CEEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDEF; }
p { color: rgb(206,237,239); }
H1.HeaderClassName
{
color: #CEEDEF;
}
.AnyTagClassName
{
color: #CEEDEF;
}
</style>
background-color css
<style>
a { background-color: #CEEDEF; }
a { background-color: rgb(206,237,239); }
div.DivClassName
{
background-color: #CEEDEF;
}
.BgClassName
{
background-color: #CEEDEF;
}
</style>
border-color css
<style>
span { border-color: #CEEDEF; }
span { border-color: rgb(206,237,239); }
td.TdClassName
{
border-color: #CEEDEF;
}
.TagClassName
{
border-color: #CEEDEF;
}
</style>