Shades of Oyster Bay #DCECEC
Tints of Oyster Bay #DCECEC
RGB
CMYK
RGB Variations
Color information
#DCECEC (or 0xDCECEC) is known color: Oyster Bay. HEX triplet: DC, EC and EC. RGB value is (220,236,236). Sum of RGB (Red+Green+Blue) = 220+236+236=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #DCECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCECEC is #231313. Grayscale: #E7E7E7. Windows color (decimal): -2298644 or 15527132. OLE color: 15527132.
HSL color Cylindrical-coordinate representation of color #DCECEC: hue angle of 180º 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 #DCECEC is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 236 | 236 | - |
CMYK | 0.07 | 0 | 0 | 0.07 |
HSL | 180º | 0.3% | 0.89% | - |
HSV(B) | 180º | 0.07% | 0.93% | - |
XYZ | 74.65 | 81.26 | 91.11 | - |
YUV | 231.22 | 130.7 | 120 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 236 | 0.07 | 0 | 0 | 0.07 | 180 | 0.3 | 0.89 |
Hex | DC | EC | EC | 7 | 0 | 0 | 7 | B4 | 1E | 59 |
Octal | 334 | 354 | 354 | 7 | 0 | 0 | 7 | 264 | 36 | 131 |
Binary | 11011100 | 11101100 | 11101100 | 111 | 0 | 0 | 111 | 10110100 | 11110 | 1011001 |
Color Harmonies of #DCECEC
Complementary color
Monochromatic Colors of #DCECEC
Black with #DCECEC
Text Example
Text Example
White with #DCECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECEC; }
p { color: rgb(220,236,236); }
H1.HeaderClassName
{
color: #DCECEC;
}
.AnyTagClassName
{
color: #DCECEC;
}
</style>
background-color css
<style>
a { background-color: #DCECEC; }
a { background-color: rgb(220,236,236); }
div.DivClassName
{
background-color: #DCECEC;
}
.BgClassName
{
background-color: #DCECEC;
}
</style>
border-color css
<style>
span { border-color: #DCECEC; }
span { border-color: rgb(220,236,236); }
td.TdClassName
{
border-color: #DCECEC;
}
.TagClassName
{
border-color: #DCECEC;
}
</style>