Shades of Oyster Bay #CCEDF0
Tints of Oyster Bay #CCEDF0
RGB
CMYK
RGB Variations
Color information
#CCEDF0 (or 0xCCEDF0) is known color: Oyster Bay. HEX triplet: CC, ED and F0. RGB value is (204,237,240). Sum of RGB (Red+Green+Blue) = 204+237+240=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCEDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDF0 is #33120F. Grayscale: #E3E3E3. Windows color (decimal): -3346960 or 15789516. OLE color: 15789516.
HSL color Cylindrical-coordinate representation of color #CCEDF0: hue angle of 185º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEDF0 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 237 | 240 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.06 |
| HSL | 185º | 0.55% | 0.87% | - |
| HSV(B) | 185º | 0.15% | 0.94% | - |
| XYZ | 70.91 | 79.7 | 94.08 | - |
| YUV | 227.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 240 | 0.15 | 0.01 | 0 | 0.06 | 185 | 0.55 | 0.87 |
| Hex | CC | ED | F0 | F | 1 | 0 | 6 | B9 | 37 | 57 |
| Octal | 314 | 355 | 360 | 17 | 1 | 0 | 6 | 271 | 67 | 127 |
| Binary | 11001100 | 11101101 | 11110000 | 1111 | 1 | 0 | 110 | 10111001 | 110111 | 1010111 |
Color Harmonies of #CCEDF0
Complementary color
Monochromatic Colors of #CCEDF0
Black with #CCEDF0
Text Example
Text Example
White with #CCEDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDF0; }
p { color: rgb(204,237,240); }
H1.HeaderClassName
{
color: #CCEDF0;
}
.AnyTagClassName
{
color: #CCEDF0;
}
</style>
background-color css
<style>
a { background-color: #CCEDF0; }
a { background-color: rgb(204,237,240); }
div.DivClassName
{
background-color: #CCEDF0;
}
.BgClassName
{
background-color: #CCEDF0;
}
</style>
border-color css
<style>
span { border-color: #CCEDF0; }
span { border-color: rgb(204,237,240); }
td.TdClassName
{
border-color: #CCEDF0;
}
.TagClassName
{
border-color: #CCEDF0;
}
</style>