Shades of Oyster Bay #CEEAED
Tints of Oyster Bay #CEEAED
RGB
CMYK
RGB Variations
Color information
#CEEAED (or 0xCEEAED) is known color: Oyster Bay. HEX triplet: CE, EA and ED. RGB value is (206,234,237). Sum of RGB (Red+Green+Blue) = 206+234+237=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 234 (91.80% from 255 or 34.56% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEEAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEAED is #311512. Grayscale: #E1E1E1. Windows color (decimal): -3216659 or 15592142. OLE color: 15592142.
HSL color Cylindrical-coordinate representation of color #CEEAED: hue angle of 185.81º 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 #CEEAED is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 234 | 237 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.07 |
| HSL | 185.81º | 0.46% | 0.87% | - |
| HSV(B) | 185.81º | 0.13% | 0.93% | - |
| XYZ | 70.16 | 78.08 | 91.49 | - |
| YUV | 225.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 237 | 0.13 | 0.01 | 0 | 0.07 | 185.81 | 0.46 | 0.87 |
| Hex | CE | EA | ED | D | 1 | 0 | 7 | BA | 2E | 57 |
| Octal | 316 | 352 | 355 | 15 | 1 | 0 | 7 | 272 | 56 | 127 |
| Binary | 11001110 | 11101010 | 11101101 | 1101 | 1 | 0 | 111 | 10111010 | 101110 | 1010111 |
Color Harmonies of #CEEAED
Complementary color
Monochromatic Colors of #CEEAED
Black with #CEEAED
Text Example
Text Example
White with #CEEAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEAED; }
p { color: rgb(206,234,237); }
H1.HeaderClassName
{
color: #CEEAED;
}
.AnyTagClassName
{
color: #CEEAED;
}
</style>
background-color css
<style>
a { background-color: #CEEAED; }
a { background-color: rgb(206,234,237); }
div.DivClassName
{
background-color: #CEEAED;
}
.BgClassName
{
background-color: #CEEAED;
}
</style>
border-color css
<style>
span { border-color: #CEEAED; }
span { border-color: rgb(206,234,237); }
td.TdClassName
{
border-color: #CEEAED;
}
.TagClassName
{
border-color: #CEEAED;
}
</style>