Shades of Oyster Bay #CFEDF2
Tints of Oyster Bay #CFEDF2
RGB
CMYK
RGB Variations
Color information
#CFEDF2 (or 0xCFEDF2) is known color: Oyster Bay. HEX triplet: CF, ED and F2. RGB value is (207,237,242). Sum of RGB (Red+Green+Blue) = 207+237+242=686 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.17% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFEDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEDF2 is #30120D. Grayscale: #E4E4E4. Windows color (decimal): -3150350 or 15920591. OLE color: 15920591.
HSL color Cylindrical-coordinate representation of color #CFEDF2: hue angle of 188.57º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFEDF2 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 237 | 242 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.05 |
| HSL | 188.57º | 0.57% | 0.88% | - |
| HSV(B) | 188.57º | 0.14% | 0.95% | - |
| XYZ | 72.04 | 80.24 | 95.7 | - |
| YUV | 228.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 242 | 0.14 | 0.02 | 0 | 0.05 | 188.57 | 0.57 | 0.88 |
| Hex | CF | ED | F2 | E | 2 | 0 | 5 | BD | 39 | 58 |
| Octal | 317 | 355 | 362 | 16 | 2 | 0 | 5 | 275 | 71 | 130 |
| Binary | 11001111 | 11101101 | 11110010 | 1110 | 10 | 0 | 101 | 10111101 | 111001 | 1011000 |
Color Harmonies of #CFEDF2
Complementary color
Monochromatic Colors of #CFEDF2
Black with #CFEDF2
Text Example
Text Example
White with #CFEDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDF2; }
p { color: rgb(207,237,242); }
H1.HeaderClassName
{
color: #CFEDF2;
}
.AnyTagClassName
{
color: #CFEDF2;
}
</style>
background-color css
<style>
a { background-color: #CFEDF2; }
a { background-color: rgb(207,237,242); }
div.DivClassName
{
background-color: #CFEDF2;
}
.BgClassName
{
background-color: #CFEDF2;
}
</style>
border-color css
<style>
span { border-color: #CFEDF2; }
span { border-color: rgb(207,237,242); }
td.TdClassName
{
border-color: #CFEDF2;
}
.TagClassName
{
border-color: #CFEDF2;
}
</style>