Shades of Oyster Bay #DAEAEA
Tints of Oyster Bay #DAEAEA
RGB
CMYK
RGB Variations
Color information
#DAEAEA (or 0xDAEAEA) is known color: Oyster Bay. HEX triplet: DA, EA and EA. RGB value is (218,234,234). Sum of RGB (Red+Green+Blue) = 218+234+234=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #DAEAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAEA is #251515. Grayscale: #E5E5E5. Windows color (decimal): -2430230 or 15395546. OLE color: 15395546.
HSL color Cylindrical-coordinate representation of color #DAEAEA: hue angle of 180º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAEAEA is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 234 | - |
| CMYK | 0.07 | 0 | 0 | 0.08 |
| HSL | 180º | 0.28% | 0.89% | - |
| HSV(B) | 180º | 0.07% | 0.92% | - |
| XYZ | 73.19 | 79.69 | 89.37 | - |
| YUV | 229.22 | 130.7 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 234 | 0.07 | 0 | 0 | 0.08 | 180 | 0.28 | 0.89 |
| Hex | DA | EA | EA | 7 | 0 | 0 | 8 | B4 | 1C | 59 |
| Octal | 332 | 352 | 352 | 7 | 0 | 0 | 10 | 264 | 34 | 131 |
| Binary | 11011010 | 11101010 | 11101010 | 111 | 0 | 0 | 1000 | 10110100 | 11100 | 1011001 |
Color Harmonies of #DAEAEA
Complementary color
Monochromatic Colors of #DAEAEA
Black with #DAEAEA
Text Example
Text Example
White with #DAEAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAEA; }
p { color: rgb(218,234,234); }
H1.HeaderClassName
{
color: #DAEAEA;
}
.AnyTagClassName
{
color: #DAEAEA;
}
</style>
background-color css
<style>
a { background-color: #DAEAEA; }
a { background-color: rgb(218,234,234); }
div.DivClassName
{
background-color: #DAEAEA;
}
.BgClassName
{
background-color: #DAEAEA;
}
</style>
border-color css
<style>
span { border-color: #DAEAEA; }
span { border-color: rgb(218,234,234); }
td.TdClassName
{
border-color: #DAEAEA;
}
.TagClassName
{
border-color: #DAEAEA;
}
</style>