Shades of Oyster Bay #CEEDEC
Tints of Oyster Bay #CEEDEC
RGB
CMYK
RGB Variations
Color information
#CEEDEC (or 0xCEEDEC) is known color: Oyster Bay. HEX triplet: CE, ED and EC. RGB value is (206,237,236). Sum of RGB (Red+Green+Blue) = 206+237+236=679 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.34% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEDEC is #311213. Grayscale: #E3E3E3. Windows color (decimal): -3215892 or 15527374. OLE color: 15527374.
HSL color Cylindrical-coordinate representation of color #CEEDEC: hue angle of 178.06º degrees, saturation: 0.46, 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 #CEEDEC is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 236 | - |
| CMYK | 0.13 | 0 | 0.00 | 0.07 |
| HSL | 178.06º | 0.46% | 0.87% | - |
| HSV(B) | 178.06º | 0.13% | 0.93% | - |
| XYZ | 70.88 | 79.75 | 91.01 | - |
| YUV | 227.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 236 | 0.13 | 0 | 0.00 | 0.07 | 178.06 | 0.46 | 0.87 |
| Hex | CE | ED | EC | D | 0 | 0 | 7 | B2 | 2E | 57 |
| Octal | 316 | 355 | 354 | 15 | 0 | 0 | 7 | 262 | 56 | 127 |
| Binary | 11001110 | 11101101 | 11101100 | 1101 | 0 | 0 | 111 | 10110010 | 101110 | 1010111 |
Color Harmonies of #CEEDEC
Complementary color
Monochromatic Colors of #CEEDEC
Black with #CEEDEC
Text Example
Text Example
White with #CEEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDEC; }
p { color: rgb(206,237,236); }
H1.HeaderClassName
{
color: #CEEDEC;
}
.AnyTagClassName
{
color: #CEEDEC;
}
</style>
background-color css
<style>
a { background-color: #CEEDEC; }
a { background-color: rgb(206,237,236); }
div.DivClassName
{
background-color: #CEEDEC;
}
.BgClassName
{
background-color: #CEEDEC;
}
</style>
border-color css
<style>
span { border-color: #CEEDEC; }
span { border-color: rgb(206,237,236); }
td.TdClassName
{
border-color: #CEEDEC;
}
.TagClassName
{
border-color: #CEEDEC;
}
</style>