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