Shades of Oyster Bay #DFEDEF
Tints of Oyster Bay #DFEDEF
RGB
CMYK
RGB Variations
Color information
#DFEDEF (or 0xDFEDEF) is known color: Oyster Bay. HEX triplet: DF, ED and EF. RGB value is (223,237,239). Sum of RGB (Red+Green+Blue) = 223+237+239=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 237 (92.97% from 255 or 33.91% from 699); Blue value is 239 (93.75% from 255 or 34.19% from 699); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFEDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDEF is #201210. Grayscale: #E9E9E9. Windows color (decimal): -2101777 or 15723999. OLE color: 15723999.
HSL color Cylindrical-coordinate representation of color #DFEDEF: hue angle of 187.5º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFEDEF is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 223 | 237 | 239 | - |
CMYK | 0.07 | 0.01 | 0 | 0.06 |
HSL | 187.5º | 0.33% | 0.91% | - |
HSV(B) | 187.5º | 0.07% | 0.94% | - |
XYZ | 76.3 | 82.49 | 93.56 | - |
YUV | 233.04 | 131.36 | 120.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 239 | 0.07 | 0.01 | 0 | 0.06 | 187.5 | 0.33 | 0.91 |
Hex | DF | ED | EF | 7 | 1 | 0 | 6 | BC | 21 | 5B |
Octal | 337 | 355 | 357 | 7 | 1 | 0 | 6 | 274 | 41 | 133 |
Binary | 11011111 | 11101101 | 11101111 | 111 | 1 | 0 | 110 | 10111100 | 100001 | 1011011 |
Color Harmonies of #DFEDEF
Complementary color
Monochromatic Colors of #DFEDEF
Black with #DFEDEF
Text Example
Text Example
White with #DFEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDEF; }
p { color: rgb(223,237,239); }
H1.HeaderClassName
{
color: #DFEDEF;
}
.AnyTagClassName
{
color: #DFEDEF;
}
</style>
background-color css
<style>
a { background-color: #DFEDEF; }
a { background-color: rgb(223,237,239); }
div.DivClassName
{
background-color: #DFEDEF;
}
.BgClassName
{
background-color: #DFEDEF;
}
</style>
border-color css
<style>
span { border-color: #DFEDEF; }
span { border-color: rgb(223,237,239); }
td.TdClassName
{
border-color: #DFEDEF;
}
.TagClassName
{
border-color: #DFEDEF;
}
</style>