Shades of Oyster Bay #CDEDF1
Tints of Oyster Bay #CDEDF1
RGB
CMYK
RGB Variations
Color information
#CDEDF1 (or 0xCDEDF1) is known color: Oyster Bay. HEX triplet: CD, ED and F1. RGB value is (205,237,241). Sum of RGB (Red+Green+Blue) = 205+237+241=683 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.01% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDEDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDF1 is #32120E. Grayscale: #E3E3E3. Windows color (decimal): -3281423 or 15855053. OLE color: 15855053.
HSL color Cylindrical-coordinate representation of color #CDEDF1: hue angle of 186.67º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDEDF1 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 237 | 241 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.05 |
| HSL | 186.67º | 0.56% | 0.87% | - |
| HSV(B) | 186.67º | 0.15% | 0.95% | - |
| XYZ | 71.34 | 79.9 | 94.88 | - |
| YUV | 227.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 241 | 0.15 | 0.02 | 0 | 0.05 | 186.67 | 0.56 | 0.87 |
| Hex | CD | ED | F1 | F | 2 | 0 | 5 | BB | 38 | 57 |
| Octal | 315 | 355 | 361 | 17 | 2 | 0 | 5 | 273 | 70 | 127 |
| Binary | 11001101 | 11101101 | 11110001 | 1111 | 10 | 0 | 101 | 10111011 | 111000 | 1010111 |
Color Harmonies of #CDEDF1
Complementary color
Monochromatic Colors of #CDEDF1
Black with #CDEDF1
Text Example
Text Example
White with #CDEDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDF1; }
p { color: rgb(205,237,241); }
H1.HeaderClassName
{
color: #CDEDF1;
}
.AnyTagClassName
{
color: #CDEDF1;
}
</style>
background-color css
<style>
a { background-color: #CDEDF1; }
a { background-color: rgb(205,237,241); }
div.DivClassName
{
background-color: #CDEDF1;
}
.BgClassName
{
background-color: #CDEDF1;
}
</style>
border-color css
<style>
span { border-color: #CDEDF1; }
span { border-color: rgb(205,237,241); }
td.TdClassName
{
border-color: #CDEDF1;
}
.TagClassName
{
border-color: #CDEDF1;
}
</style>