Shades of Oyster Bay #CDEAEC
Tints of Oyster Bay #CDEAEC
RGB
CMYK
RGB Variations
Color information
#CDEAEC (or 0xCDEAEC) is known color: Oyster Bay. HEX triplet: CD, EA and EC. RGB value is (205,234,236). Sum of RGB (Red+Green+Blue) = 205+234+236=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDEAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEAEC is #321513. Grayscale: #E1E1E1. Windows color (decimal): -3282196 or 15526605. OLE color: 15526605.
HSL color Cylindrical-coordinate representation of color #CDEAEC: hue angle of 183.87º 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 #CDEAEC is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 234 | 236 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.07 |
| HSL | 183.87º | 0.45% | 0.86% | - |
| HSV(B) | 183.87º | 0.13% | 0.93% | - |
| XYZ | 69.74 | 77.88 | 90.71 | - |
| YUV | 225.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 236 | 0.13 | 0.01 | 0 | 0.07 | 183.87 | 0.45 | 0.86 |
| Hex | CD | EA | EC | D | 1 | 0 | 7 | B8 | 2D | 56 |
| Octal | 315 | 352 | 354 | 15 | 1 | 0 | 7 | 270 | 55 | 126 |
| Binary | 11001101 | 11101010 | 11101100 | 1101 | 1 | 0 | 111 | 10111000 | 101101 | 1010110 |
Color Harmonies of #CDEAEC
Complementary color
Monochromatic Colors of #CDEAEC
Black with #CDEAEC
Text Example
Text Example
White with #CDEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEAEC; }
p { color: rgb(205,234,236); }
H1.HeaderClassName
{
color: #CDEAEC;
}
.AnyTagClassName
{
color: #CDEAEC;
}
</style>
background-color css
<style>
a { background-color: #CDEAEC; }
a { background-color: rgb(205,234,236); }
div.DivClassName
{
background-color: #CDEAEC;
}
.BgClassName
{
background-color: #CDEAEC;
}
</style>
border-color css
<style>
span { border-color: #CDEAEC; }
span { border-color: rgb(205,234,236); }
td.TdClassName
{
border-color: #CDEAEC;
}
.TagClassName
{
border-color: #CDEAEC;
}
</style>