Shades of Oyster Bay #CDEDEF
Tints of Oyster Bay #CDEDEF
RGB
CMYK
RGB Variations
Color information
#CDEDEF (or 0xCDEDEF) is known color: Oyster Bay. HEX triplet: CD, ED and EF. RGB value is (205,237,239). Sum of RGB (Red+Green+Blue) = 205+237+239=681 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.10% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDEDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDEF is #321210. Grayscale: #E3E3E3. Windows color (decimal): -3281425 or 15723981. OLE color: 15723981.
HSL color Cylindrical-coordinate representation of color #CDEDEF: hue angle of 183.53º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEDEF is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 237 | 239 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.06 |
| HSL | 183.53º | 0.52% | 0.87% | - |
| HSV(B) | 183.53º | 0.14% | 0.94% | - |
| XYZ | 71.04 | 79.78 | 93.32 | - |
| YUV | 227.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 239 | 0.14 | 0.01 | 0 | 0.06 | 183.53 | 0.52 | 0.87 |
| Hex | CD | ED | EF | E | 1 | 0 | 6 | B8 | 34 | 57 |
| Octal | 315 | 355 | 357 | 16 | 1 | 0 | 6 | 270 | 64 | 127 |
| Binary | 11001101 | 11101101 | 11101111 | 1110 | 1 | 0 | 110 | 10111000 | 110100 | 1010111 |
Color Harmonies of #CDEDEF
Complementary color
Monochromatic Colors of #CDEDEF
Black with #CDEDEF
Text Example
Text Example
White with #CDEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDEF; }
p { color: rgb(205,237,239); }
H1.HeaderClassName
{
color: #CDEDEF;
}
.AnyTagClassName
{
color: #CDEDEF;
}
</style>
background-color css
<style>
a { background-color: #CDEDEF; }
a { background-color: rgb(205,237,239); }
div.DivClassName
{
background-color: #CDEDEF;
}
.BgClassName
{
background-color: #CDEDEF;
}
</style>
border-color css
<style>
span { border-color: #CDEDEF; }
span { border-color: rgb(205,237,239); }
td.TdClassName
{
border-color: #CDEDEF;
}
.TagClassName
{
border-color: #CDEDEF;
}
</style>