Shades of Oyster Bay #DEF2F1
Tints of Oyster Bay #DEF2F1
RGB
CMYK
RGB Variations
Color information
#DEF2F1 (or 0xDEF2F1) is known color: Oyster Bay. HEX triplet: DE, F2 and F1. RGB value is (222,242,241). Sum of RGB (Red+Green+Blue) = 222+242+241=705 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.49% from 705); Green value is 242 (94.92% from 255 or 34.33% from 705); Blue value is 241 (94.53% from 255 or 34.18% from 705); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF2F1 is #210D0E. Grayscale: #EBEBEB. Windows color (decimal): -2166031 or 15856350. OLE color: 15856350.
HSL color Cylindrical-coordinate representation of color #DEF2F1: hue angle of 177º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEF2F1 is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 241 | - |
| CMYK | 0.08 | 0 | 0.00 | 0.05 |
| HSL | 177º | 0.43% | 0.91% | - |
| HSV(B) | 177º | 0.08% | 0.95% | - |
| XYZ | 77.75 | 85.38 | 95.6 | - |
| YUV | 235.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 241 | 0.08 | 0 | 0.00 | 0.05 | 177 | 0.43 | 0.91 |
| Hex | DE | F2 | F1 | 8 | 0 | 0 | 5 | B1 | 2B | 5B |
| Octal | 336 | 362 | 361 | 10 | 0 | 0 | 5 | 261 | 53 | 133 |
| Binary | 11011110 | 11110010 | 11110001 | 1000 | 0 | 0 | 101 | 10110001 | 101011 | 1011011 |
Color Harmonies of #DEF2F1
Complementary color
Monochromatic Colors of #DEF2F1
Black with #DEF2F1
Text Example
Text Example
White with #DEF2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2F1; }
p { color: rgb(222,242,241); }
H1.HeaderClassName
{
color: #DEF2F1;
}
.AnyTagClassName
{
color: #DEF2F1;
}
</style>
background-color css
<style>
a { background-color: #DEF2F1; }
a { background-color: rgb(222,242,241); }
div.DivClassName
{
background-color: #DEF2F1;
}
.BgClassName
{
background-color: #DEF2F1;
}
</style>
border-color css
<style>
span { border-color: #DEF2F1; }
span { border-color: rgb(222,242,241); }
td.TdClassName
{
border-color: #DEF2F1;
}
.TagClassName
{
border-color: #DEF2F1;
}
</style>