Shades of Oyster Bay #CCECED
Tints of Oyster Bay #CCECED
RGB
CMYK
RGB Variations
Color information
#CCECED (or 0xCCECED) is known color: Oyster Bay. HEX triplet: CC, EC and ED. RGB value is (204,236,237). Sum of RGB (Red+Green+Blue) = 204+236+237=677 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.13% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECED is #331312. Grayscale: #E2E2E2. Windows color (decimal): -3347219 or 15592652. OLE color: 15592652.
HSL color Cylindrical-coordinate representation of color #CCECED: hue angle of 181.82º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCECED is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 236 | 237 | - |
CMYK | 0.14 | 0.00 | 0 | 0.07 |
HSL | 181.82º | 0.48% | 0.86% | - |
HSV(B) | 181.82º | 0.14% | 0.93% | - |
XYZ | 70.18 | 78.94 | 91.66 | - |
YUV | 226.55 | 133.9 | 111.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 236 | 237 | 0.14 | 0.00 | 0 | 0.07 | 181.82 | 0.48 | 0.86 |
Hex | CC | EC | ED | E | 0 | 0 | 7 | B6 | 30 | 56 |
Octal | 314 | 354 | 355 | 16 | 0 | 0 | 7 | 266 | 60 | 126 |
Binary | 11001100 | 11101100 | 11101101 | 1110 | 0 | 0 | 111 | 10110110 | 110000 | 1010110 |
Color Harmonies of #CCECED
Complementary color
Monochromatic Colors of #CCECED
Black with #CCECED
Text Example
Text Example
White with #CCECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECED; }
p { color: rgb(204,236,237); }
H1.HeaderClassName
{
color: #CCECED;
}
.AnyTagClassName
{
color: #CCECED;
}
</style>
background-color css
<style>
a { background-color: #CCECED; }
a { background-color: rgb(204,236,237); }
div.DivClassName
{
background-color: #CCECED;
}
.BgClassName
{
background-color: #CCECED;
}
</style>
border-color css
<style>
span { border-color: #CCECED; }
span { border-color: rgb(204,236,237); }
td.TdClassName
{
border-color: #CCECED;
}
.TagClassName
{
border-color: #CCECED;
}
</style>