Shades of Oyster Bay #CDEDEE
Tints of Oyster Bay #CDEDEE
RGB
CMYK
RGB Variations
Color information
#CDEDEE (or 0xCDEDEE) is known color: Oyster Bay. HEX triplet: CD, ED and EE. RGB value is (205,237,238). Sum of RGB (Red+Green+Blue) = 205+237+238=680 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.15% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDEDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDEE is #321211. Grayscale: #E3E3E3. Windows color (decimal): -3281426 or 15658445. OLE color: 15658445.
HSL color Cylindrical-coordinate representation of color #CDEDEE: hue angle of 181.82º degrees, saturation: 0.49, 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 #CDEDEE is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 237 | 238 | - |
| CMYK | 0.14 | 0.00 | 0 | 0.07 |
| HSL | 181.82º | 0.49% | 0.87% | - |
| HSV(B) | 181.82º | 0.14% | 0.93% | - |
| XYZ | 70.89 | 79.72 | 92.54 | - |
| YUV | 227.55 | 133.9 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 238 | 0.14 | 0.00 | 0 | 0.07 | 181.82 | 0.49 | 0.87 |
| Hex | CD | ED | EE | E | 0 | 0 | 7 | B6 | 31 | 57 |
| Octal | 315 | 355 | 356 | 16 | 0 | 0 | 7 | 266 | 61 | 127 |
| Binary | 11001101 | 11101101 | 11101110 | 1110 | 0 | 0 | 111 | 10110110 | 110001 | 1010111 |
Color Harmonies of #CDEDEE
Complementary color
Monochromatic Colors of #CDEDEE
Black with #CDEDEE
Text Example
Text Example
White with #CDEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDEE; }
p { color: rgb(205,237,238); }
H1.HeaderClassName
{
color: #CDEDEE;
}
.AnyTagClassName
{
color: #CDEDEE;
}
</style>
background-color css
<style>
a { background-color: #CDEDEE; }
a { background-color: rgb(205,237,238); }
div.DivClassName
{
background-color: #CDEDEE;
}
.BgClassName
{
background-color: #CDEDEE;
}
</style>
border-color css
<style>
span { border-color: #CDEDEE; }
span { border-color: rgb(205,237,238); }
td.TdClassName
{
border-color: #CDEDEE;
}
.TagClassName
{
border-color: #CDEDEE;
}
</style>