Shades of Oyster Bay #CDECED
Tints of Oyster Bay #CDECED
RGB
CMYK
RGB Variations
Color information
#CDECED (or 0xCDECED) is known color: Oyster Bay. HEX triplet: CD, EC and ED. RGB value is (205,236,237). Sum of RGB (Red+Green+Blue) = 205+236+237=678 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.24% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDECED is #321312. Grayscale: #E2E2E2. Windows color (decimal): -3281683 or 15592653. OLE color: 15592653.
HSL color Cylindrical-coordinate representation of color #CDECED: hue angle of 181.88º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDECED is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 236 | 237 | - |
CMYK | 0.14 | 0.00 | 0 | 0.07 |
HSL | 181.88º | 0.47% | 0.87% | - |
HSV(B) | 181.88º | 0.14% | 0.93% | - |
XYZ | 70.46 | 79.08 | 91.67 | - |
YUV | 226.85 | 133.73 | 112.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 236 | 237 | 0.14 | 0.00 | 0 | 0.07 | 181.88 | 0.47 | 0.87 |
Hex | CD | EC | ED | E | 0 | 0 | 7 | B6 | 2F | 57 |
Octal | 315 | 354 | 355 | 16 | 0 | 0 | 7 | 266 | 57 | 127 |
Binary | 11001101 | 11101100 | 11101101 | 1110 | 0 | 0 | 111 | 10110110 | 101111 | 1010111 |
Color Harmonies of #CDECED
Complementary color
Monochromatic Colors of #CDECED
Black with #CDECED
Text Example
Text Example
White with #CDECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECED; }
p { color: rgb(205,236,237); }
H1.HeaderClassName
{
color: #CDECED;
}
.AnyTagClassName
{
color: #CDECED;
}
</style>
background-color css
<style>
a { background-color: #CDECED; }
a { background-color: rgb(205,236,237); }
div.DivClassName
{
background-color: #CDECED;
}
.BgClassName
{
background-color: #CDECED;
}
</style>
border-color css
<style>
span { border-color: #CDECED; }
span { border-color: rgb(205,236,237); }
td.TdClassName
{
border-color: #CDECED;
}
.TagClassName
{
border-color: #CDECED;
}
</style>