Shades of Oyster Bay #DAE9EC
Tints of Oyster Bay #DAE9EC
RGB
CMYK
RGB Variations
Color information
#DAE9EC (or 0xDAE9EC) is known color: Oyster Bay. HEX triplet: DA, E9 and EC. RGB value is (218,233,236). Sum of RGB (Red+Green+Blue) = 218+233+236=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 233 (91.41% from 255 or 33.92% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAE9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9EC is #251613. Grayscale: #E4E4E4. Windows color (decimal): -2430484 or 15526362. OLE color: 15526362.
HSL color Cylindrical-coordinate representation of color #DAE9EC: hue angle of 190º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAE9EC is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 233 | 236 | - |
CMYK | 0.08 | 0.01 | 0 | 0.07 |
HSL | 190º | 0.32% | 0.89% | - |
HSV(B) | 190º | 0.08% | 0.93% | - |
XYZ | 73.19 | 79.24 | 90.79 | - |
YUV | 228.86 | 132.03 | 120.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 233 | 236 | 0.08 | 0.01 | 0 | 0.07 | 190 | 0.32 | 0.89 |
Hex | DA | E9 | EC | 8 | 1 | 0 | 7 | BE | 20 | 59 |
Octal | 332 | 351 | 354 | 10 | 1 | 0 | 7 | 276 | 40 | 131 |
Binary | 11011010 | 11101001 | 11101100 | 1000 | 1 | 0 | 111 | 10111110 | 100000 | 1011001 |
Color Harmonies of #DAE9EC
Complementary color
Monochromatic Colors of #DAE9EC
Black with #DAE9EC
Text Example
Text Example
White with #DAE9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9EC; }
p { color: rgb(218,233,236); }
H1.HeaderClassName
{
color: #DAE9EC;
}
.AnyTagClassName
{
color: #DAE9EC;
}
</style>
background-color css
<style>
a { background-color: #DAE9EC; }
a { background-color: rgb(218,233,236); }
div.DivClassName
{
background-color: #DAE9EC;
}
.BgClassName
{
background-color: #DAE9EC;
}
</style>
border-color css
<style>
span { border-color: #DAE9EC; }
span { border-color: rgb(218,233,236); }
td.TdClassName
{
border-color: #DAE9EC;
}
.TagClassName
{
border-color: #DAE9EC;
}
</style>