Shades of Oyster Bay #CCEDF1
Tints of Oyster Bay #CCEDF1
RGB
CMYK
RGB Variations
Color information
#CCEDF1 (or 0xCCEDF1) is known color: Oyster Bay. HEX triplet: CC, ED and F1. RGB value is (204,237,241). Sum of RGB (Red+Green+Blue) = 204+237+241=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCEDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDF1 is #33120E. Grayscale: #E3E3E3. Windows color (decimal): -3346959 or 15855052. OLE color: 15855052.
HSL color Cylindrical-coordinate representation of color #CCEDF1: hue angle of 186.49º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEDF1 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 237 | 241 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.05 |
| HSL | 186.49º | 0.57% | 0.87% | - |
| HSV(B) | 186.49º | 0.15% | 0.95% | - |
| XYZ | 71.06 | 79.76 | 94.87 | - |
| YUV | 227.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 241 | 0.15 | 0.02 | 0 | 0.05 | 186.49 | 0.57 | 0.87 |
| Hex | CC | ED | F1 | F | 2 | 0 | 5 | BA | 39 | 57 |
| Octal | 314 | 355 | 361 | 17 | 2 | 0 | 5 | 272 | 71 | 127 |
| Binary | 11001100 | 11101101 | 11110001 | 1111 | 10 | 0 | 101 | 10111010 | 111001 | 1010111 |
Color Harmonies of #CCEDF1
Complementary color
Monochromatic Colors of #CCEDF1
Black with #CCEDF1
Text Example
Text Example
White with #CCEDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDF1; }
p { color: rgb(204,237,241); }
H1.HeaderClassName
{
color: #CCEDF1;
}
.AnyTagClassName
{
color: #CCEDF1;
}
</style>
background-color css
<style>
a { background-color: #CCEDF1; }
a { background-color: rgb(204,237,241); }
div.DivClassName
{
background-color: #CCEDF1;
}
.BgClassName
{
background-color: #CCEDF1;
}
</style>
border-color css
<style>
span { border-color: #CCEDF1; }
span { border-color: rgb(204,237,241); }
td.TdClassName
{
border-color: #CCEDF1;
}
.TagClassName
{
border-color: #CCEDF1;
}
</style>