Shades of Oyster Bay #CCEDEC
Tints of Oyster Bay #CCEDEC
RGB
CMYK
RGB Variations
Color information
#CCEDEC (or 0xCCEDEC) is known color: Oyster Bay. HEX triplet: CC, ED and EC. RGB value is (204,237,236). Sum of RGB (Red+Green+Blue) = 204+237+236=677 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.13% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDEC is #331213. Grayscale: #E2E2E2. Windows color (decimal): -3346964 or 15527372. OLE color: 15527372.
HSL color Cylindrical-coordinate representation of color #CCEDEC: hue angle of 178.18º 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 #CCEDEC is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 237 | 236 | - |
CMYK | 0.14 | 0 | 0.00 | 0.07 |
HSL | 178.18º | 0.48% | 0.86% | - |
HSV(B) | 178.18º | 0.14% | 0.93% | - |
XYZ | 70.33 | 79.46 | 90.99 | - |
YUV | 227.02 | 133.07 | 111.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 237 | 236 | 0.14 | 0 | 0.00 | 0.07 | 178.18 | 0.48 | 0.86 |
Hex | CC | ED | EC | E | 0 | 0 | 7 | B2 | 30 | 56 |
Octal | 314 | 355 | 354 | 16 | 0 | 0 | 7 | 262 | 60 | 126 |
Binary | 11001100 | 11101101 | 11101100 | 1110 | 0 | 0 | 111 | 10110010 | 110000 | 1010110 |
Color Harmonies of #CCEDEC
Complementary color
Monochromatic Colors of #CCEDEC
Black with #CCEDEC
Text Example
Text Example
White with #CCEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDEC; }
p { color: rgb(204,237,236); }
H1.HeaderClassName
{
color: #CCEDEC;
}
.AnyTagClassName
{
color: #CCEDEC;
}
</style>
background-color css
<style>
a { background-color: #CCEDEC; }
a { background-color: rgb(204,237,236); }
div.DivClassName
{
background-color: #CCEDEC;
}
.BgClassName
{
background-color: #CCEDEC;
}
</style>
border-color css
<style>
span { border-color: #CCEDEC; }
span { border-color: rgb(204,237,236); }
td.TdClassName
{
border-color: #CCEDEC;
}
.TagClassName
{
border-color: #CCEDEC;
}
</style>