Shades of Oyster Bay #D0E6E6
Tints of Oyster Bay #D0E6E6
RGB
CMYK
RGB Variations
Color information
#D0E6E6 (or 0xD0E6E6) is known color: Oyster Bay. HEX triplet: D0, E6 and E6. RGB value is (208,230,230). Sum of RGB (Red+Green+Blue) = 208+230+230=668 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.14% from 668); Green value is 230 (90.23% from 255 or 34.43% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 230 - color contains mainly: green, blue. Hex color #D0E6E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E6E6 is #2F1919. Grayscale: #DFDFDF. Windows color (decimal): -3086618 or 15132368. OLE color: 15132368.
HSL color Cylindrical-coordinate representation of color #D0E6E6: hue angle of 180º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0E6E6 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 230 | 230 | - |
| CMYK | 0.10 | 0 | 0 | 0.10 |
| HSL | 180º | 0.31% | 0.86% | - |
| HSV(B) | 180º | 0.1% | 0.9% | - |
| XYZ | 68.59 | 75.72 | 85.86 | - |
| YUV | 223.42 | 131.71 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 230 | 0.10 | 0 | 0 | 0.10 | 180 | 0.31 | 0.86 |
| Hex | D0 | E6 | E6 | A | 0 | 0 | A | B4 | 1F | 56 |
| Octal | 320 | 346 | 346 | 12 | 0 | 0 | 12 | 264 | 37 | 126 |
| Binary | 11010000 | 11100110 | 11100110 | 1010 | 0 | 0 | 1010 | 10110100 | 11111 | 1010110 |
Color Harmonies of #D0E6E6
Complementary color
Monochromatic Colors of #D0E6E6
Black with #D0E6E6
Text Example
Text Example
White with #D0E6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E6E6; }
p { color: rgb(208,230,230); }
H1.HeaderClassName
{
color: #D0E6E6;
}
.AnyTagClassName
{
color: #D0E6E6;
}
</style>
background-color css
<style>
a { background-color: #D0E6E6; }
a { background-color: rgb(208,230,230); }
div.DivClassName
{
background-color: #D0E6E6;
}
.BgClassName
{
background-color: #D0E6E6;
}
</style>
border-color css
<style>
span { border-color: #D0E6E6; }
span { border-color: rgb(208,230,230); }
td.TdClassName
{
border-color: #D0E6E6;
}
.TagClassName
{
border-color: #D0E6E6;
}
</style>