Shades of Oyster Bay #DAECED
Tints of Oyster Bay #DAECED
RGB
CMYK
RGB Variations
Color information
#DAECED (or 0xDAECED) is known color: Oyster Bay. HEX triplet: DA, EC and ED. RGB value is (218,236,237). Sum of RGB (Red+Green+Blue) = 218+236+237=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECED is #251312. Grayscale: #E6E6E6. Windows color (decimal): -2429715 or 15592666. OLE color: 15592666.
HSL color Cylindrical-coordinate representation of color #DAECED: hue angle of 183.16º 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 #DAECED is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 237 | - |
| CMYK | 0.08 | 0.00 | 0 | 0.07 |
| HSL | 183.16º | 0.35% | 0.89% | - |
| HSV(B) | 183.16º | 0.08% | 0.93% | - |
| XYZ | 74.19 | 81.01 | 91.85 | - |
| YUV | 230.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 237 | 0.08 | 0.00 | 0 | 0.07 | 183.16 | 0.35 | 0.89 |
| Hex | DA | EC | ED | 8 | 0 | 0 | 7 | B7 | 23 | 59 |
| Octal | 332 | 354 | 355 | 10 | 0 | 0 | 7 | 267 | 43 | 131 |
| Binary | 11011010 | 11101100 | 11101101 | 1000 | 0 | 0 | 111 | 10110111 | 100011 | 1011001 |
Color Harmonies of #DAECED
Complementary color
Monochromatic Colors of #DAECED
Black with #DAECED
Text Example
Text Example
White with #DAECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECED; }
p { color: rgb(218,236,237); }
H1.HeaderClassName
{
color: #DAECED;
}
.AnyTagClassName
{
color: #DAECED;
}
</style>
background-color css
<style>
a { background-color: #DAECED; }
a { background-color: rgb(218,236,237); }
div.DivClassName
{
background-color: #DAECED;
}
.BgClassName
{
background-color: #DAECED;
}
</style>
border-color css
<style>
span { border-color: #DAECED; }
span { border-color: rgb(218,236,237); }
td.TdClassName
{
border-color: #DAECED;
}
.TagClassName
{
border-color: #DAECED;
}
</style>