Shades of Oyster Bay #DAEEF0
Tints of Oyster Bay #DAEEF0
RGB
CMYK
RGB Variations
Color information
#DAEEF0 (or 0xDAEEF0) is known color: Oyster Bay. HEX triplet: DA, EE and F0. RGB value is (218,238,240). Sum of RGB (Red+Green+Blue) = 218+238+240=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAEEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEF0 is #25110F. Grayscale: #E8E8E8. Windows color (decimal): -2429200 or 15789786. OLE color: 15789786.
HSL color Cylindrical-coordinate representation of color #DAEEF0: hue angle of 185.45º degrees, saturation: 0.42, 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 #DAEEF0 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 238 | 240 | - |
CMYK | 0.09 | 0.01 | 0 | 0.06 |
HSL | 185.45º | 0.42% | 0.9% | - |
HSV(B) | 185.45º | 0.09% | 0.94% | - |
XYZ | 75.22 | 82.35 | 94.37 | - |
YUV | 232.25 | 132.37 | 117.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 240 | 0.09 | 0.01 | 0 | 0.06 | 185.45 | 0.42 | 0.9 |
Hex | DA | EE | F0 | 9 | 1 | 0 | 6 | B9 | 2A | 5A |
Octal | 332 | 356 | 360 | 11 | 1 | 0 | 6 | 271 | 52 | 132 |
Binary | 11011010 | 11101110 | 11110000 | 1001 | 1 | 0 | 110 | 10111001 | 101010 | 1011010 |
Color Harmonies of #DAEEF0
Complementary color
Monochromatic Colors of #DAEEF0
Black with #DAEEF0
Text Example
Text Example
White with #DAEEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEF0; }
p { color: rgb(218,238,240); }
H1.HeaderClassName
{
color: #DAEEF0;
}
.AnyTagClassName
{
color: #DAEEF0;
}
</style>
background-color css
<style>
a { background-color: #DAEEF0; }
a { background-color: rgb(218,238,240); }
div.DivClassName
{
background-color: #DAEEF0;
}
.BgClassName
{
background-color: #DAEEF0;
}
</style>
border-color css
<style>
span { border-color: #DAEEF0; }
span { border-color: rgb(218,238,240); }
td.TdClassName
{
border-color: #DAEEF0;
}
.TagClassName
{
border-color: #DAEEF0;
}
</style>