Shades of Oyster Bay #DAE9E9
Tints of Oyster Bay #DAE9E9
RGB
CMYK
RGB Variations
Color information
#DAE9E9 (or 0xDAE9E9) is known color: Oyster Bay. HEX triplet: DA, E9 and E9. RGB value is (218,233,233). Sum of RGB (Red+Green+Blue) = 218+233+233=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 233 (91.41% from 255 or 34.06% from 684); Blue value is 233 (91.41% from 255 or 34.06% from 684); Max value from RGB is 233 - color contains mainly: green, blue. Hex color #DAE9E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9E9 is #251616. Grayscale: #E4E4E4. Windows color (decimal): -2430487 or 15329754. OLE color: 15329754.
HSL color Cylindrical-coordinate representation of color #DAE9E9: hue angle of 180º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAE9E9 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 218 | 233 | 233 | - |
CMYK | 0.06 | 0 | 0 | 0.09 |
HSL | 180º | 0.25% | 0.88% | - |
HSV(B) | 180º | 0.06% | 0.91% | - |
XYZ | 72.76 | 79.07 | 88.52 | - |
YUV | 228.52 | 130.53 | 120.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 233 | 233 | 0.06 | 0 | 0 | 0.09 | 180 | 0.25 | 0.88 |
Hex | DA | E9 | E9 | 6 | 0 | 0 | 9 | B4 | 19 | 58 |
Octal | 332 | 351 | 351 | 6 | 0 | 0 | 11 | 264 | 31 | 130 |
Binary | 11011010 | 11101001 | 11101001 | 110 | 0 | 0 | 1001 | 10110100 | 11001 | 1011000 |
Color Harmonies of #DAE9E9
Complementary color
Monochromatic Colors of #DAE9E9
Black with #DAE9E9
Text Example
Text Example
White with #DAE9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9E9; }
p { color: rgb(218,233,233); }
H1.HeaderClassName
{
color: #DAE9E9;
}
.AnyTagClassName
{
color: #DAE9E9;
}
</style>
background-color css
<style>
a { background-color: #DAE9E9; }
a { background-color: rgb(218,233,233); }
div.DivClassName
{
background-color: #DAE9E9;
}
.BgClassName
{
background-color: #DAE9E9;
}
</style>
border-color css
<style>
span { border-color: #DAE9E9; }
span { border-color: rgb(218,233,233); }
td.TdClassName
{
border-color: #DAE9E9;
}
.TagClassName
{
border-color: #DAE9E9;
}
</style>