Shades of Oyster Bay #DCEDEF
Tints of Oyster Bay #DCEDEF
RGB
CMYK
RGB Variations
Color information
#DCEDEF (or 0xDCEDEF) is known color: Oyster Bay. HEX triplet: DC, ED and EF. RGB value is (220,237,239). Sum of RGB (Red+Green+Blue) = 220+237+239=696 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.61% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCEDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDEF is #231210. Grayscale: #E8E8E8. Windows color (decimal): -2298385 or 15723996. OLE color: 15723996.
HSL color Cylindrical-coordinate representation of color #DCEDEF: hue angle of 186.32º degrees, saturation: 0.37, 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 #DCEDEF is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 237 | 239 | - |
CMYK | 0.08 | 0.01 | 0 | 0.06 |
HSL | 186.32º | 0.37% | 0.9% | - |
HSV(B) | 186.32º | 0.08% | 0.94% | - |
XYZ | 75.38 | 82.02 | 93.52 | - |
YUV | 232.15 | 131.87 | 119.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 237 | 239 | 0.08 | 0.01 | 0 | 0.06 | 186.32 | 0.37 | 0.9 |
Hex | DC | ED | EF | 8 | 1 | 0 | 6 | BA | 25 | 5A |
Octal | 334 | 355 | 357 | 10 | 1 | 0 | 6 | 272 | 45 | 132 |
Binary | 11011100 | 11101101 | 11101111 | 1000 | 1 | 0 | 110 | 10111010 | 100101 | 1011010 |
Color Harmonies of #DCEDEF
Complementary color
Monochromatic Colors of #DCEDEF
Black with #DCEDEF
Text Example
Text Example
White with #DCEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDEF; }
p { color: rgb(220,237,239); }
H1.HeaderClassName
{
color: #DCEDEF;
}
.AnyTagClassName
{
color: #DCEDEF;
}
</style>
background-color css
<style>
a { background-color: #DCEDEF; }
a { background-color: rgb(220,237,239); }
div.DivClassName
{
background-color: #DCEDEF;
}
.BgClassName
{
background-color: #DCEDEF;
}
</style>
border-color css
<style>
span { border-color: #DCEDEF; }
span { border-color: rgb(220,237,239); }
td.TdClassName
{
border-color: #DCEDEF;
}
.TagClassName
{
border-color: #DCEDEF;
}
</style>