Shades of Oyster Bay #D0ECEC
Tints of Oyster Bay #D0ECEC
RGB
CMYK
RGB Variations
Color information
#D0ECEC (or 0xD0ECEC) is known color: Oyster Bay. HEX triplet: D0, EC and EC. RGB value is (208,236,236). Sum of RGB (Red+Green+Blue) = 208+236+236=680 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.59% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #D0ECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0ECEC is #2F1313. Grayscale: #E3E3E3. Windows color (decimal): -3085076 or 15527120. OLE color: 15527120.
HSL color Cylindrical-coordinate representation of color #D0ECEC: hue angle of 180º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0ECEC is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 208 | 236 | 236 | - |
CMYK | 0.12 | 0 | 0 | 0.07 |
HSL | 180º | 0.42% | 0.87% | - |
HSV(B) | 180º | 0.12% | 0.93% | - |
XYZ | 71.15 | 79.46 | 90.94 | - |
YUV | 227.63 | 132.72 | 114 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 236 | 236 | 0.12 | 0 | 0 | 0.07 | 180 | 0.42 | 0.87 |
Hex | D0 | EC | EC | C | 0 | 0 | 7 | B4 | 2A | 57 |
Octal | 320 | 354 | 354 | 14 | 0 | 0 | 7 | 264 | 52 | 127 |
Binary | 11010000 | 11101100 | 11101100 | 1100 | 0 | 0 | 111 | 10110100 | 101010 | 1010111 |
Color Harmonies of #D0ECEC
Complementary color
Monochromatic Colors of #D0ECEC
Black with #D0ECEC
Text Example
Text Example
White with #D0ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECEC; }
p { color: rgb(208,236,236); }
H1.HeaderClassName
{
color: #D0ECEC;
}
.AnyTagClassName
{
color: #D0ECEC;
}
</style>
background-color css
<style>
a { background-color: #D0ECEC; }
a { background-color: rgb(208,236,236); }
div.DivClassName
{
background-color: #D0ECEC;
}
.BgClassName
{
background-color: #D0ECEC;
}
</style>
border-color css
<style>
span { border-color: #D0ECEC; }
span { border-color: rgb(208,236,236); }
td.TdClassName
{
border-color: #D0ECEC;
}
.TagClassName
{
border-color: #D0ECEC;
}
</style>