Shades of Oyster Bay #DAEAED
Tints of Oyster Bay #DAEAED
RGB
CMYK
RGB Variations
Color information
#DAEAED (or 0xDAEAED) is known color: Oyster Bay. HEX triplet: DA, EA and ED. RGB value is (218,234,237). Sum of RGB (Red+Green+Blue) = 218+234+237=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAEAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAED is #251512. Grayscale: #E5E5E5. Windows color (decimal): -2430227 or 15592154. OLE color: 15592154.
HSL color Cylindrical-coordinate representation of color #DAEAED: hue angle of 189.47º degrees, saturation: 0.35, 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 #DAEAED is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 234 | 237 | - |
CMYK | 0.08 | 0.01 | 0 | 0.07 |
HSL | 189.47º | 0.35% | 0.89% | - |
HSV(B) | 189.47º | 0.08% | 0.93% | - |
XYZ | 73.62 | 79.87 | 91.66 | - |
YUV | 229.56 | 132.2 | 119.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 234 | 237 | 0.08 | 0.01 | 0 | 0.07 | 189.47 | 0.35 | 0.89 |
Hex | DA | EA | ED | 8 | 1 | 0 | 7 | BD | 23 | 59 |
Octal | 332 | 352 | 355 | 10 | 1 | 0 | 7 | 275 | 43 | 131 |
Binary | 11011010 | 11101010 | 11101101 | 1000 | 1 | 0 | 111 | 10111101 | 100011 | 1011001 |
Color Harmonies of #DAEAED
Complementary color
Monochromatic Colors of #DAEAED
Black with #DAEAED
Text Example
Text Example
White with #DAEAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAED; }
p { color: rgb(218,234,237); }
H1.HeaderClassName
{
color: #DAEAED;
}
.AnyTagClassName
{
color: #DAEAED;
}
</style>
background-color css
<style>
a { background-color: #DAEAED; }
a { background-color: rgb(218,234,237); }
div.DivClassName
{
background-color: #DAEAED;
}
.BgClassName
{
background-color: #DAEAED;
}
</style>
border-color css
<style>
span { border-color: #DAEAED; }
span { border-color: rgb(218,234,237); }
td.TdClassName
{
border-color: #DAEAED;
}
.TagClassName
{
border-color: #DAEAED;
}
</style>