Shades of Oyster Bay #CDECEC
Tints of Oyster Bay #CDECEC
RGB
CMYK
RGB Variations
Color information
#CDECEC (or 0xCDECEC) is known color: Oyster Bay. HEX triplet: CD, EC and EC. RGB value is (205,236,236). Sum of RGB (Red+Green+Blue) = 205+236+236=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #CDECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDECEC is #321313. Grayscale: #E2E2E2. Windows color (decimal): -3281684 or 15527117. OLE color: 15527117.
HSL color Cylindrical-coordinate representation of color #CDECEC: hue angle of 180º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDECEC is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 236 | 236 | - |
CMYK | 0.13 | 0 | 0 | 0.07 |
HSL | 180º | 0.45% | 0.86% | - |
HSV(B) | 180º | 0.13% | 0.93% | - |
XYZ | 70.31 | 79.03 | 90.9 | - |
YUV | 226.73 | 133.23 | 112.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 236 | 236 | 0.13 | 0 | 0 | 0.07 | 180 | 0.45 | 0.86 |
Hex | CD | EC | EC | D | 0 | 0 | 7 | B4 | 2D | 56 |
Octal | 315 | 354 | 354 | 15 | 0 | 0 | 7 | 264 | 55 | 126 |
Binary | 11001101 | 11101100 | 11101100 | 1101 | 0 | 0 | 111 | 10110100 | 101101 | 1010110 |
Color Harmonies of #CDECEC
Complementary color
Monochromatic Colors of #CDECEC
Black with #CDECEC
Text Example
Text Example
White with #CDECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECEC; }
p { color: rgb(205,236,236); }
H1.HeaderClassName
{
color: #CDECEC;
}
.AnyTagClassName
{
color: #CDECEC;
}
</style>
background-color css
<style>
a { background-color: #CDECEC; }
a { background-color: rgb(205,236,236); }
div.DivClassName
{
background-color: #CDECEC;
}
.BgClassName
{
background-color: #CDECEC;
}
</style>
border-color css
<style>
span { border-color: #CDECEC; }
span { border-color: rgb(205,236,236); }
td.TdClassName
{
border-color: #CDECEC;
}
.TagClassName
{
border-color: #CDECEC;
}
</style>