Shades of Oyster Bay #DBEAEC
Tints of Oyster Bay #DBEAEC
RGB
CMYK
RGB Variations
Color information
#DBEAEC (or 0xDBEAEC) is known color: Oyster Bay. HEX triplet: DB, EA and EC. RGB value is (219,234,236). Sum of RGB (Red+Green+Blue) = 219+234+236=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBEAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAEC is #241513. Grayscale: #E5E5E5. Windows color (decimal): -2364692 or 15526619. OLE color: 15526619.
HSL color Cylindrical-coordinate representation of color #DBEAEC: hue angle of 187.06º degrees, saturation: 0.31, 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 #DBEAEC is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 234 | 236 | - |
CMYK | 0.07 | 0.01 | 0 | 0.07 |
HSL | 187.06º | 0.31% | 0.89% | - |
HSV(B) | 187.06º | 0.07% | 0.93% | - |
XYZ | 73.78 | 79.96 | 90.9 | - |
YUV | 229.74 | 131.53 | 120.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 234 | 236 | 0.07 | 0.01 | 0 | 0.07 | 187.06 | 0.31 | 0.89 |
Hex | DB | EA | EC | 7 | 1 | 0 | 7 | BB | 1F | 59 |
Octal | 333 | 352 | 354 | 7 | 1 | 0 | 7 | 273 | 37 | 131 |
Binary | 11011011 | 11101010 | 11101100 | 111 | 1 | 0 | 111 | 10111011 | 11111 | 1011001 |
Color Harmonies of #DBEAEC
Complementary color
Monochromatic Colors of #DBEAEC
Black with #DBEAEC
Text Example
Text Example
White with #DBEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAEC; }
p { color: rgb(219,234,236); }
H1.HeaderClassName
{
color: #DBEAEC;
}
.AnyTagClassName
{
color: #DBEAEC;
}
</style>
background-color css
<style>
a { background-color: #DBEAEC; }
a { background-color: rgb(219,234,236); }
div.DivClassName
{
background-color: #DBEAEC;
}
.BgClassName
{
background-color: #DBEAEC;
}
</style>
border-color css
<style>
span { border-color: #DBEAEC; }
span { border-color: rgb(219,234,236); }
td.TdClassName
{
border-color: #DBEAEC;
}
.TagClassName
{
border-color: #DBEAEC;
}
</style>