Shades of Oyster Bay #CCEEF1
Tints of Oyster Bay #CCEEF1
RGB
CMYK
RGB Variations
Color information
#CCEEF1 (or 0xCCEEF1) is known color: Oyster Bay. HEX triplet: CC, EE and F1. RGB value is (204,238,241). Sum of RGB (Red+Green+Blue) = 204+238+241=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEF1 is #33110E. Grayscale: #E4E4E4. Windows color (decimal): -3346703 or 15855308. OLE color: 15855308.
HSL color Cylindrical-coordinate representation of color #CCEEF1: hue angle of 184.86º 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 #CCEEF1 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 238 | 241 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.05 |
| HSL | 184.86º | 0.57% | 0.87% | - |
| HSV(B) | 184.86º | 0.15% | 0.95% | - |
| XYZ | 71.35 | 80.34 | 94.97 | - |
| YUV | 228.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 241 | 0.15 | 0.01 | 0 | 0.05 | 184.86 | 0.57 | 0.87 |
| Hex | CC | EE | F1 | F | 1 | 0 | 5 | B9 | 39 | 57 |
| Octal | 314 | 356 | 361 | 17 | 1 | 0 | 5 | 271 | 71 | 127 |
| Binary | 11001100 | 11101110 | 11110001 | 1111 | 1 | 0 | 101 | 10111001 | 111001 | 1010111 |
Color Harmonies of #CCEEF1
Complementary color
Monochromatic Colors of #CCEEF1
Black with #CCEEF1
Text Example
Text Example
White with #CCEEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEEF1; }
p { color: rgb(204,238,241); }
H1.HeaderClassName
{
color: #CCEEF1;
}
.AnyTagClassName
{
color: #CCEEF1;
}
</style>
background-color css
<style>
a { background-color: #CCEEF1; }
a { background-color: rgb(204,238,241); }
div.DivClassName
{
background-color: #CCEEF1;
}
.BgClassName
{
background-color: #CCEEF1;
}
</style>
border-color css
<style>
span { border-color: #CCEEF1; }
span { border-color: rgb(204,238,241); }
td.TdClassName
{
border-color: #CCEEF1;
}
.TagClassName
{
border-color: #CCEEF1;
}
</style>