Shades of Oyster Bay #DAEEED
Tints of Oyster Bay #DAEEED
RGB
CMYK
RGB Variations
Color information
#DAEEED (or 0xDAEEED) is known color: Oyster Bay. HEX triplet: DA, EE and ED. RGB value is (218,238,237). Sum of RGB (Red+Green+Blue) = 218+238+237=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEED is #251112. Grayscale: #E7E7E7. Windows color (decimal): -2429203 or 15593178. OLE color: 15593178.
HSL color Cylindrical-coordinate representation of color #DAEEED: hue angle of 177º degrees, saturation: 0.37, 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 #DAEEED is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 238 | 237 | - |
CMYK | 0.08 | 0 | 0.00 | 0.07 |
HSL | 177º | 0.37% | 0.89% | - |
HSV(B) | 177º | 0.08% | 0.93% | - |
XYZ | 74.77 | 82.17 | 92.04 | - |
YUV | 231.91 | 130.87 | 118.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 237 | 0.08 | 0 | 0.00 | 0.07 | 177 | 0.37 | 0.89 |
Hex | DA | EE | ED | 8 | 0 | 0 | 7 | B1 | 25 | 59 |
Octal | 332 | 356 | 355 | 10 | 0 | 0 | 7 | 261 | 45 | 131 |
Binary | 11011010 | 11101110 | 11101101 | 1000 | 0 | 0 | 111 | 10110001 | 100101 | 1011001 |
Color Harmonies of #DAEEED
Complementary color
Monochromatic Colors of #DAEEED
Black with #DAEEED
Text Example
Text Example
White with #DAEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEED; }
p { color: rgb(218,238,237); }
H1.HeaderClassName
{
color: #DAEEED;
}
.AnyTagClassName
{
color: #DAEEED;
}
</style>
background-color css
<style>
a { background-color: #DAEEED; }
a { background-color: rgb(218,238,237); }
div.DivClassName
{
background-color: #DAEEED;
}
.BgClassName
{
background-color: #DAEEED;
}
</style>
border-color css
<style>
span { border-color: #DAEEED; }
span { border-color: rgb(218,238,237); }
td.TdClassName
{
border-color: #DAEEED;
}
.TagClassName
{
border-color: #DAEEED;
}
</style>