Shades of Oyster Bay #DAECEF
Tints of Oyster Bay #DAECEF
RGB
CMYK
RGB Variations
Color information
#DAECEF (or 0xDAECEF) is known color: Oyster Bay. HEX triplet: DA, EC and EF. RGB value is (218,236,239). Sum of RGB (Red+Green+Blue) = 218+236+239=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECEF is #251310. Grayscale: #E6E6E6. Windows color (decimal): -2429713 or 15723738. OLE color: 15723738.
HSL color Cylindrical-coordinate representation of color #DAECEF: hue angle of 188.57º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAECEF is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 236 | 239 | - |
CMYK | 0.09 | 0.01 | 0 | 0.06 |
HSL | 188.57º | 0.4% | 0.9% | - |
HSV(B) | 188.57º | 0.09% | 0.94% | - |
XYZ | 74.49 | 81.13 | 93.39 | - |
YUV | 230.96 | 132.54 | 118.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 236 | 239 | 0.09 | 0.01 | 0 | 0.06 | 188.57 | 0.4 | 0.9 |
Hex | DA | EC | EF | 9 | 1 | 0 | 6 | BD | 28 | 5A |
Octal | 332 | 354 | 357 | 11 | 1 | 0 | 6 | 275 | 50 | 132 |
Binary | 11011010 | 11101100 | 11101111 | 1001 | 1 | 0 | 110 | 10111101 | 101000 | 1011010 |
Color Harmonies of #DAECEF
Complementary color
Monochromatic Colors of #DAECEF
Black with #DAECEF
Text Example
Text Example
White with #DAECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECEF; }
p { color: rgb(218,236,239); }
H1.HeaderClassName
{
color: #DAECEF;
}
.AnyTagClassName
{
color: #DAECEF;
}
</style>
background-color css
<style>
a { background-color: #DAECEF; }
a { background-color: rgb(218,236,239); }
div.DivClassName
{
background-color: #DAECEF;
}
.BgClassName
{
background-color: #DAECEF;
}
</style>
border-color css
<style>
span { border-color: #DAECEF; }
span { border-color: rgb(218,236,239); }
td.TdClassName
{
border-color: #DAECEF;
}
.TagClassName
{
border-color: #DAECEF;
}
</style>