Shades of Oyster Bay #DDEDEF
Tints of Oyster Bay #DDEDEF
RGB
CMYK
RGB Variations
Color information
#DDEDEF (or 0xDDEDEF) is known color: Oyster Bay. HEX triplet: DD, ED and EF. RGB value is (221,237,239). Sum of RGB (Red+Green+Blue) = 221+237+239=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDEDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDEF is #221210. Grayscale: #E8E8E8. Windows color (decimal): -2232849 or 15723997. OLE color: 15723997.
HSL color Cylindrical-coordinate representation of color #DDEDEF: hue angle of 186.67º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDEDEF is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 237 | 239 | - |
CMYK | 0.08 | 0.01 | 0 | 0.06 |
HSL | 186.67º | 0.36% | 0.9% | - |
HSV(B) | 186.67º | 0.08% | 0.94% | - |
XYZ | 75.68 | 82.17 | 93.53 | - |
YUV | 232.44 | 131.7 | 119.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 239 | 0.08 | 0.01 | 0 | 0.06 | 186.67 | 0.36 | 0.9 |
Hex | DD | ED | EF | 8 | 1 | 0 | 6 | BB | 24 | 5A |
Octal | 335 | 355 | 357 | 10 | 1 | 0 | 6 | 273 | 44 | 132 |
Binary | 11011101 | 11101101 | 11101111 | 1000 | 1 | 0 | 110 | 10111011 | 100100 | 1011010 |
Color Harmonies of #DDEDEF
Complementary color
Monochromatic Colors of #DDEDEF
Black with #DDEDEF
Text Example
Text Example
White with #DDEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDEF; }
p { color: rgb(221,237,239); }
H1.HeaderClassName
{
color: #DDEDEF;
}
.AnyTagClassName
{
color: #DDEDEF;
}
</style>
background-color css
<style>
a { background-color: #DDEDEF; }
a { background-color: rgb(221,237,239); }
div.DivClassName
{
background-color: #DDEDEF;
}
.BgClassName
{
background-color: #DDEDEF;
}
</style>
border-color css
<style>
span { border-color: #DDEDEF; }
span { border-color: rgb(221,237,239); }
td.TdClassName
{
border-color: #DDEDEF;
}
.TagClassName
{
border-color: #DDEDEF;
}
</style>