Shades of Oyster Bay #DCECEB
Tints of Oyster Bay #DCECEB
RGB
CMYK
RGB Variations
Color information
#DCECEB (or 0xDCECEB) is known color: Oyster Bay. HEX triplet: DC, EC and EB. RGB value is (220,236,235). Sum of RGB (Red+Green+Blue) = 220+236+235=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCECEB is #231314. Grayscale: #E7E7E7. Windows color (decimal): -2298645 or 15461596. OLE color: 15461596.
HSL color Cylindrical-coordinate representation of color #DCECEB: hue angle of 176.25º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCECEB is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 236 | 235 | - |
CMYK | 0.07 | 0 | 0.00 | 0.07 |
HSL | 176.25º | 0.3% | 0.89% | - |
HSV(B) | 176.25º | 0.07% | 0.93% | - |
XYZ | 74.51 | 81.2 | 90.34 | - |
YUV | 231.1 | 130.2 | 120.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 235 | 0.07 | 0 | 0.00 | 0.07 | 176.25 | 0.3 | 0.89 |
Hex | DC | EC | EB | 7 | 0 | 0 | 7 | B0 | 1E | 59 |
Octal | 334 | 354 | 353 | 7 | 0 | 0 | 7 | 260 | 36 | 131 |
Binary | 11011100 | 11101100 | 11101011 | 111 | 0 | 0 | 111 | 10110000 | 11110 | 1011001 |
Color Harmonies of #DCECEB
Complementary color
Monochromatic Colors of #DCECEB
Black with #DCECEB
Text Example
Text Example
White with #DCECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECEB; }
p { color: rgb(220,236,235); }
H1.HeaderClassName
{
color: #DCECEB;
}
.AnyTagClassName
{
color: #DCECEB;
}
</style>
background-color css
<style>
a { background-color: #DCECEB; }
a { background-color: rgb(220,236,235); }
div.DivClassName
{
background-color: #DCECEB;
}
.BgClassName
{
background-color: #DCECEB;
}
</style>
border-color css
<style>
span { border-color: #DCECEB; }
span { border-color: rgb(220,236,235); }
td.TdClassName
{
border-color: #DCECEB;
}
.TagClassName
{
border-color: #DCECEB;
}
</style>