Shades of Oyster Bay #CCEEF2
Tints of Oyster Bay #CCEEF2
RGB
CMYK
RGB Variations
Color information
#CCEEF2 (or 0xCCEEF2) is known color: Oyster Bay. HEX triplet: CC, EE and F2. RGB value is (204,238,242). Sum of RGB (Red+Green+Blue) = 204+238+242=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCEEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEF2 is #33110D. Grayscale: #E4E4E4. Windows color (decimal): -3346702 or 15920844. OLE color: 15920844.
HSL color Cylindrical-coordinate representation of color #CCEEF2: hue angle of 186.32º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCEEF2 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 238 | 242 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.05 |
| HSL | 186.32º | 0.59% | 0.87% | - |
| HSV(B) | 186.32º | 0.16% | 0.95% | - |
| XYZ | 71.5 | 80.4 | 95.75 | - |
| YUV | 228.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 242 | 0.16 | 0.02 | 0 | 0.05 | 186.32 | 0.59 | 0.87 |
| Hex | CC | EE | F2 | 10 | 2 | 0 | 5 | BA | 3B | 57 |
| Octal | 314 | 356 | 362 | 20 | 2 | 0 | 5 | 272 | 73 | 127 |
| Binary | 11001100 | 11101110 | 11110010 | 10000 | 10 | 0 | 101 | 10111010 | 111011 | 1010111 |
Color Harmonies of #CCEEF2
Complementary color
Monochromatic Colors of #CCEEF2
Black with #CCEEF2
Text Example
Text Example
White with #CCEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEEF2; }
p { color: rgb(204,238,242); }
H1.HeaderClassName
{
color: #CCEEF2;
}
.AnyTagClassName
{
color: #CCEEF2;
}
</style>
background-color css
<style>
a { background-color: #CCEEF2; }
a { background-color: rgb(204,238,242); }
div.DivClassName
{
background-color: #CCEEF2;
}
.BgClassName
{
background-color: #CCEEF2;
}
</style>
border-color css
<style>
span { border-color: #CCEEF2; }
span { border-color: rgb(204,238,242); }
td.TdClassName
{
border-color: #CCEEF2;
}
.TagClassName
{
border-color: #CCEEF2;
}
</style>