Shades of Oyster Bay #CCEDEF
Tints of Oyster Bay #CCEDEF
RGB
CMYK
RGB Variations
Color information
#CCEDEF (or 0xCCEDEF) is known color: Oyster Bay. HEX triplet: CC, ED and EF. RGB value is (204,237,239). Sum of RGB (Red+Green+Blue) = 204+237+239=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCEDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDEF is #331210. Grayscale: #E3E3E3. Windows color (decimal): -3346961 or 15723980. OLE color: 15723980.
HSL color Cylindrical-coordinate representation of color #CCEDEF: hue angle of 183.43º degrees, saturation: 0.52, 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 #CCEDEF is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 237 | 239 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.06 |
| HSL | 183.43º | 0.52% | 0.87% | - |
| HSV(B) | 183.43º | 0.15% | 0.94% | - |
| XYZ | 70.77 | 79.64 | 93.3 | - |
| YUV | 227.36 | 134.57 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 239 | 0.15 | 0.01 | 0 | 0.06 | 183.43 | 0.52 | 0.87 |
| Hex | CC | ED | EF | F | 1 | 0 | 6 | B7 | 34 | 57 |
| Octal | 314 | 355 | 357 | 17 | 1 | 0 | 6 | 267 | 64 | 127 |
| Binary | 11001100 | 11101101 | 11101111 | 1111 | 1 | 0 | 110 | 10110111 | 110100 | 1010111 |
Color Harmonies of #CCEDEF
Complementary color
Monochromatic Colors of #CCEDEF
Black with #CCEDEF
Text Example
Text Example
White with #CCEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDEF; }
p { color: rgb(204,237,239); }
H1.HeaderClassName
{
color: #CCEDEF;
}
.AnyTagClassName
{
color: #CCEDEF;
}
</style>
background-color css
<style>
a { background-color: #CCEDEF; }
a { background-color: rgb(204,237,239); }
div.DivClassName
{
background-color: #CCEDEF;
}
.BgClassName
{
background-color: #CCEDEF;
}
</style>
border-color css
<style>
span { border-color: #CCEDEF; }
span { border-color: rgb(204,237,239); }
td.TdClassName
{
border-color: #CCEDEF;
}
.TagClassName
{
border-color: #CCEDEF;
}
</style>