Shades of Oyster Bay #CEEBED
Tints of Oyster Bay #CEEBED
RGB
CMYK
RGB Variations
Color information
#CEEBED (or 0xCEEBED) is known color: Oyster Bay. HEX triplet: CE, EB and ED. RGB value is (206,235,237). Sum of RGB (Red+Green+Blue) = 206+235+237=678 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.38% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEEBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEBED is #311412. Grayscale: #E2E2E2. Windows color (decimal): -3216403 or 15592398. OLE color: 15592398.
HSL color Cylindrical-coordinate representation of color #CEEBED: hue angle of 183.87º 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 #CEEBED is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 235 | 237 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.07 |
| HSL | 183.87º | 0.46% | 0.87% | - |
| HSV(B) | 183.87º | 0.13% | 0.93% | - |
| XYZ | 70.45 | 78.65 | 91.59 | - |
| YUV | 226.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 237 | 0.13 | 0.01 | 0 | 0.07 | 183.87 | 0.46 | 0.87 |
| Hex | CE | EB | ED | D | 1 | 0 | 7 | B8 | 2E | 57 |
| Octal | 316 | 353 | 355 | 15 | 1 | 0 | 7 | 270 | 56 | 127 |
| Binary | 11001110 | 11101011 | 11101101 | 1101 | 1 | 0 | 111 | 10111000 | 101110 | 1010111 |
Color Harmonies of #CEEBED
Complementary color
Monochromatic Colors of #CEEBED
Black with #CEEBED
Text Example
Text Example
White with #CEEBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBED; }
p { color: rgb(206,235,237); }
H1.HeaderClassName
{
color: #CEEBED;
}
.AnyTagClassName
{
color: #CEEBED;
}
</style>
background-color css
<style>
a { background-color: #CEEBED; }
a { background-color: rgb(206,235,237); }
div.DivClassName
{
background-color: #CEEBED;
}
.BgClassName
{
background-color: #CEEBED;
}
</style>
border-color css
<style>
span { border-color: #CEEBED; }
span { border-color: rgb(206,235,237); }
td.TdClassName
{
border-color: #CEEBED;
}
.TagClassName
{
border-color: #CEEBED;
}
</style>