Shades of Oyster Bay #DFEEF1
Tints of Oyster Bay #DFEEF1
RGB
CMYK
RGB Variations
Color information
#DFEEF1 (or 0xDFEEF1) is known color: Oyster Bay. HEX triplet: DF, EE and F1. RGB value is (223,238,241). Sum of RGB (Red+Green+Blue) = 223+238+241=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 241 (94.53% from 255 or 34.33% from 702); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEF1 is #20110E. Grayscale: #E9E9E9. Windows color (decimal): -2101519 or 15855327. OLE color: 15855327.
HSL color Cylindrical-coordinate representation of color #DFEEF1: hue angle of 190º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFEEF1 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 238 | 241 | - |
CMYK | 0.07 | 0.01 | 0 | 0.05 |
HSL | 190º | 0.39% | 0.91% | - |
HSV(B) | 190º | 0.07% | 0.95% | - |
XYZ | 76.88 | 83.19 | 95.22 | - |
YUV | 233.86 | 132.03 | 120.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 238 | 241 | 0.07 | 0.01 | 0 | 0.05 | 190 | 0.39 | 0.91 |
Hex | DF | EE | F1 | 7 | 1 | 0 | 5 | BE | 27 | 5B |
Octal | 337 | 356 | 361 | 7 | 1 | 0 | 5 | 276 | 47 | 133 |
Binary | 11011111 | 11101110 | 11110001 | 111 | 1 | 0 | 101 | 10111110 | 100111 | 1011011 |
Color Harmonies of #DFEEF1
Complementary color
Monochromatic Colors of #DFEEF1
Black with #DFEEF1
Text Example
Text Example
White with #DFEEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEF1; }
p { color: rgb(223,238,241); }
H1.HeaderClassName
{
color: #DFEEF1;
}
.AnyTagClassName
{
color: #DFEEF1;
}
</style>
background-color css
<style>
a { background-color: #DFEEF1; }
a { background-color: rgb(223,238,241); }
div.DivClassName
{
background-color: #DFEEF1;
}
.BgClassName
{
background-color: #DFEEF1;
}
</style>
border-color css
<style>
span { border-color: #DFEEF1; }
span { border-color: rgb(223,238,241); }
td.TdClassName
{
border-color: #DFEEF1;
}
.TagClassName
{
border-color: #DFEEF1;
}
</style>