Shades of Oyster Bay #DAEDF1
Tints of Oyster Bay #DAEDF1
RGB
CMYK
RGB Variations
Color information
#DAEDF1 (or 0xDAEDF1) is known color: Oyster Bay. HEX triplet: DA, ED and F1. RGB value is (218,237,241). Sum of RGB (Red+Green+Blue) = 218+237+241=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAEDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDF1 is #25120E. Grayscale: #E7E7E7. Windows color (decimal): -2429455 or 15855066. OLE color: 15855066.
HSL color Cylindrical-coordinate representation of color #DAEDF1: hue angle of 190.43º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAEDF1 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 237 | 241 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.05 |
| HSL | 190.43º | 0.45% | 0.9% | - |
| HSV(B) | 190.43º | 0.1% | 0.95% | - |
| XYZ | 75.07 | 81.82 | 95.06 | - |
| YUV | 231.78 | 133.21 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 237 | 241 | 0.10 | 0.02 | 0 | 0.05 | 190.43 | 0.45 | 0.9 |
| Hex | DA | ED | F1 | A | 2 | 0 | 5 | BE | 2D | 5A |
| Octal | 332 | 355 | 361 | 12 | 2 | 0 | 5 | 276 | 55 | 132 |
| Binary | 11011010 | 11101101 | 11110001 | 1010 | 10 | 0 | 101 | 10111110 | 101101 | 1011010 |
Color Harmonies of #DAEDF1
Complementary color
Monochromatic Colors of #DAEDF1
Black with #DAEDF1
Text Example
Text Example
White with #DAEDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDF1; }
p { color: rgb(218,237,241); }
H1.HeaderClassName
{
color: #DAEDF1;
}
.AnyTagClassName
{
color: #DAEDF1;
}
</style>
background-color css
<style>
a { background-color: #DAEDF1; }
a { background-color: rgb(218,237,241); }
div.DivClassName
{
background-color: #DAEDF1;
}
.BgClassName
{
background-color: #DAEDF1;
}
</style>
border-color css
<style>
span { border-color: #DAEDF1; }
span { border-color: rgb(218,237,241); }
td.TdClassName
{
border-color: #DAEDF1;
}
.TagClassName
{
border-color: #DAEDF1;
}
</style>