Shades of Oyster Bay #CEEDF1
Tints of Oyster Bay #CEEDF1
RGB
CMYK
RGB Variations
Color information
#CEEDF1 (or 0xCEEDF1) is known color: Oyster Bay. HEX triplet: CE, ED and F1. RGB value is (206,237,241). Sum of RGB (Red+Green+Blue) = 206+237+241=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEEDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEDF1 is #31120E. Grayscale: #E4E4E4. Windows color (decimal): -3215887 or 15855054. OLE color: 15855054.
HSL color Cylindrical-coordinate representation of color #CEEDF1: hue angle of 186.86º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEEDF1 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 237 | 241 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.05 |
| HSL | 186.86º | 0.56% | 0.88% | - |
| HSV(B) | 186.86º | 0.15% | 0.95% | - |
| XYZ | 71.61 | 80.04 | 94.89 | - |
| YUV | 228.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 241 | 0.15 | 0.02 | 0 | 0.05 | 186.86 | 0.56 | 0.88 |
| Hex | CE | ED | F1 | F | 2 | 0 | 5 | BB | 38 | 58 |
| Octal | 316 | 355 | 361 | 17 | 2 | 0 | 5 | 273 | 70 | 130 |
| Binary | 11001110 | 11101101 | 11110001 | 1111 | 10 | 0 | 101 | 10111011 | 111000 | 1011000 |
Color Harmonies of #CEEDF1
Complementary color
Monochromatic Colors of #CEEDF1
Black with #CEEDF1
Text Example
Text Example
White with #CEEDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDF1; }
p { color: rgb(206,237,241); }
H1.HeaderClassName
{
color: #CEEDF1;
}
.AnyTagClassName
{
color: #CEEDF1;
}
</style>
background-color css
<style>
a { background-color: #CEEDF1; }
a { background-color: rgb(206,237,241); }
div.DivClassName
{
background-color: #CEEDF1;
}
.BgClassName
{
background-color: #CEEDF1;
}
</style>
border-color css
<style>
span { border-color: #CEEDF1; }
span { border-color: rgb(206,237,241); }
td.TdClassName
{
border-color: #CEEDF1;
}
.TagClassName
{
border-color: #CEEDF1;
}
</style>