Shades of Oyster Bay #D0ECED
Tints of Oyster Bay #D0ECED
RGB
CMYK
RGB Variations
Color information
#D0ECED (or 0xD0ECED) is known color: Oyster Bay. HEX triplet: D0, EC and ED. RGB value is (208,236,237). Sum of RGB (Red+Green+Blue) = 208+236+237=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0ECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0ECED is #2F1312. Grayscale: #E3E3E3. Windows color (decimal): -3085075 or 15592656. OLE color: 15592656.
HSL color Cylindrical-coordinate representation of color #D0ECED: hue angle of 182.07º degrees, saturation: 0.45, 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 #D0ECED is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 208 | 236 | 237 | - |
CMYK | 0.12 | 0.00 | 0 | 0.07 |
HSL | 182.07º | 0.45% | 0.87% | - |
HSV(B) | 182.07º | 0.12% | 0.93% | - |
XYZ | 71.29 | 79.52 | 91.71 | - |
YUV | 227.74 | 133.22 | 113.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 236 | 237 | 0.12 | 0.00 | 0 | 0.07 | 182.07 | 0.45 | 0.87 |
Hex | D0 | EC | ED | C | 0 | 0 | 7 | B6 | 2D | 57 |
Octal | 320 | 354 | 355 | 14 | 0 | 0 | 7 | 266 | 55 | 127 |
Binary | 11010000 | 11101100 | 11101101 | 1100 | 0 | 0 | 111 | 10110110 | 101101 | 1010111 |
Color Harmonies of #D0ECED
Complementary color
Monochromatic Colors of #D0ECED
Black with #D0ECED
Text Example
Text Example
White with #D0ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECED; }
p { color: rgb(208,236,237); }
H1.HeaderClassName
{
color: #D0ECED;
}
.AnyTagClassName
{
color: #D0ECED;
}
</style>
background-color css
<style>
a { background-color: #D0ECED; }
a { background-color: rgb(208,236,237); }
div.DivClassName
{
background-color: #D0ECED;
}
.BgClassName
{
background-color: #D0ECED;
}
</style>
border-color css
<style>
span { border-color: #D0ECED; }
span { border-color: rgb(208,236,237); }
td.TdClassName
{
border-color: #D0ECED;
}
.TagClassName
{
border-color: #D0ECED;
}
</style>