Shades of Oyster Bay #DFEFF2
Tints of Oyster Bay #DFEFF2
RGB
CMYK
RGB Variations
Color information
#DFEFF2 (or 0xDFEFF2) is known color: Oyster Bay. HEX triplet: DF, EF and F2. RGB value is (223,239,242). Sum of RGB (Red+Green+Blue) = 223+239+242=704 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.68% from 704); Green value is 239 (93.75% from 255 or 33.95% from 704); Blue value is 242 (94.92% from 255 or 34.38% from 704); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFEFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFF2 is #20100D. Grayscale: #EAEAEA. Windows color (decimal): -2101262 or 15921119. OLE color: 15921119.
HSL color Cylindrical-coordinate representation of color #DFEFF2: hue angle of 189.47º degrees, saturation: 0.42, 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 #DFEFF2 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 239 | 242 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.05 |
| HSL | 189.47º | 0.42% | 0.91% | - |
| HSV(B) | 189.47º | 0.08% | 0.95% | - |
| XYZ | 77.32 | 83.83 | 96.11 | - |
| YUV | 234.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 239 | 242 | 0.08 | 0.01 | 0 | 0.05 | 189.47 | 0.42 | 0.91 |
| Hex | DF | EF | F2 | 8 | 1 | 0 | 5 | BD | 2A | 5B |
| Octal | 337 | 357 | 362 | 10 | 1 | 0 | 5 | 275 | 52 | 133 |
| Binary | 11011111 | 11101111 | 11110010 | 1000 | 1 | 0 | 101 | 10111101 | 101010 | 1011011 |
Color Harmonies of #DFEFF2
Complementary color
Monochromatic Colors of #DFEFF2
Black with #DFEFF2
Text Example
Text Example
White with #DFEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEFF2; }
p { color: rgb(223,239,242); }
H1.HeaderClassName
{
color: #DFEFF2;
}
.AnyTagClassName
{
color: #DFEFF2;
}
</style>
background-color css
<style>
a { background-color: #DFEFF2; }
a { background-color: rgb(223,239,242); }
div.DivClassName
{
background-color: #DFEFF2;
}
.BgClassName
{
background-color: #DFEFF2;
}
</style>
border-color css
<style>
span { border-color: #DFEFF2; }
span { border-color: rgb(223,239,242); }
td.TdClassName
{
border-color: #DFEFF2;
}
.TagClassName
{
border-color: #DFEFF2;
}
</style>