Shades of Oyster Bay #CFEDEE
Tints of Oyster Bay #CFEDEE
RGB
CMYK
RGB Variations
Color information
#CFEDEE (or 0xCFEDEE) is known color: Oyster Bay. HEX triplet: CF, ED and EE. RGB value is (207,237,238). Sum of RGB (Red+Green+Blue) = 207+237+238=682 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.35% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFEDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEDEE is #301211. Grayscale: #E4E4E4. Windows color (decimal): -3150354 or 15658447. OLE color: 15658447.
HSL color Cylindrical-coordinate representation of color #CFEDEE: hue angle of 181.94º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEDEE is Cyan = 0.13, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 238 | - |
| CMYK | 0.13 | 0.00 | 0 | 0.07 |
| HSL | 181.94º | 0.48% | 0.87% | - |
| HSV(B) | 181.94º | 0.13% | 0.93% | - |
| XYZ | 71.45 | 80.01 | 92.57 | - |
| YUV | 228.14 | 133.56 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 238 | 0.13 | 0.00 | 0 | 0.07 | 181.94 | 0.48 | 0.87 |
| Hex | CF | ED | EE | D | 0 | 0 | 7 | B6 | 30 | 57 |
| Octal | 317 | 355 | 356 | 15 | 0 | 0 | 7 | 266 | 60 | 127 |
| Binary | 11001111 | 11101101 | 11101110 | 1101 | 0 | 0 | 111 | 10110110 | 110000 | 1010111 |
Color Harmonies of #CFEDEE
Complementary color
Monochromatic Colors of #CFEDEE
Black with #CFEDEE
Text Example
Text Example
White with #CFEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDEE; }
p { color: rgb(207,237,238); }
H1.HeaderClassName
{
color: #CFEDEE;
}
.AnyTagClassName
{
color: #CFEDEE;
}
</style>
background-color css
<style>
a { background-color: #CFEDEE; }
a { background-color: rgb(207,237,238); }
div.DivClassName
{
background-color: #CFEDEE;
}
.BgClassName
{
background-color: #CFEDEE;
}
</style>
border-color css
<style>
span { border-color: #CFEDEE; }
span { border-color: rgb(207,237,238); }
td.TdClassName
{
border-color: #CFEDEE;
}
.TagClassName
{
border-color: #CFEDEE;
}
</style>