Shades of Oyster Bay #DFEDEE
Tints of Oyster Bay #DFEDEE
RGB
CMYK
RGB Variations
Color information
#DFEDEE (or 0xDFEDEE) is known color: Oyster Bay. HEX triplet: DF, ED and EE. RGB value is (223,237,238). Sum of RGB (Red+Green+Blue) = 223+237+238=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFEDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDEE is #201211. Grayscale: #E8E8E8. Windows color (decimal): -2101778 or 15658463. OLE color: 15658463.
HSL color Cylindrical-coordinate representation of color #DFEDEE: hue angle of 184º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFEDEE is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 237 | 238 | - |
CMYK | 0.06 | 0.00 | 0 | 0.07 |
HSL | 184º | 0.31% | 0.9% | - |
HSV(B) | 184º | 0.06% | 0.93% | - |
XYZ | 76.15 | 82.43 | 92.79 | - |
YUV | 232.93 | 130.86 | 120.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 238 | 0.06 | 0.00 | 0 | 0.07 | 184 | 0.31 | 0.9 |
Hex | DF | ED | EE | 6 | 0 | 0 | 7 | B8 | 1F | 5A |
Octal | 337 | 355 | 356 | 6 | 0 | 0 | 7 | 270 | 37 | 132 |
Binary | 11011111 | 11101101 | 11101110 | 110 | 0 | 0 | 111 | 10111000 | 11111 | 1011010 |
Color Harmonies of #DFEDEE
Complementary color
Monochromatic Colors of #DFEDEE
Black with #DFEDEE
Text Example
Text Example
White with #DFEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDEE; }
p { color: rgb(223,237,238); }
H1.HeaderClassName
{
color: #DFEDEE;
}
.AnyTagClassName
{
color: #DFEDEE;
}
</style>
background-color css
<style>
a { background-color: #DFEDEE; }
a { background-color: rgb(223,237,238); }
div.DivClassName
{
background-color: #DFEDEE;
}
.BgClassName
{
background-color: #DFEDEE;
}
</style>
border-color css
<style>
span { border-color: #DFEDEE; }
span { border-color: rgb(223,237,238); }
td.TdClassName
{
border-color: #DFEDEE;
}
.TagClassName
{
border-color: #DFEDEE;
}
</style>