Shades of Oyster Bay #DAF1F5
Tints of Oyster Bay #DAF1F5
RGB
CMYK
RGB Variations
Color information
#DAF1F5 (or 0xDAF1F5) is known color: Oyster Bay. HEX triplet: DA, F1 and F5. RGB value is (218,241,245). Sum of RGB (Red+Green+Blue) = 218+241+245=704 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.97% from 704); Green value is 241 (94.53% from 255 or 34.23% from 704); Blue value is 245 (96.09% from 255 or 34.80% from 704); Max value from RGB is 245 - color contains mainly: blue. Hex color #DAF1F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF1F5 is #250E0A. Grayscale: #EAEAEA. Windows color (decimal): -2428427 or 16118234. OLE color: 16118234.
HSL color Cylindrical-coordinate representation of color #DAF1F5: hue angle of 188.89º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF1F5 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 241 | 245 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.04 |
| HSL | 188.89º | 0.57% | 0.91% | - |
| HSV(B) | 188.89º | 0.11% | 0.96% | - |
| XYZ | 76.85 | 84.41 | 98.63 | - |
| YUV | 234.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 245 | 0.11 | 0.02 | 0 | 0.04 | 188.89 | 0.57 | 0.91 |
| Hex | DA | F1 | F5 | B | 2 | 0 | 4 | BD | 39 | 5B |
| Octal | 332 | 361 | 365 | 13 | 2 | 0 | 4 | 275 | 71 | 133 |
| Binary | 11011010 | 11110001 | 11110101 | 1011 | 10 | 0 | 100 | 10111101 | 111001 | 1011011 |
Color Harmonies of #DAF1F5
Complementary color
Monochromatic Colors of #DAF1F5
Black with #DAF1F5
Text Example
Text Example
White with #DAF1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF1F5; }
p { color: rgb(218,241,245); }
H1.HeaderClassName
{
color: #DAF1F5;
}
.AnyTagClassName
{
color: #DAF1F5;
}
</style>
background-color css
<style>
a { background-color: #DAF1F5; }
a { background-color: rgb(218,241,245); }
div.DivClassName
{
background-color: #DAF1F5;
}
.BgClassName
{
background-color: #DAF1F5;
}
</style>
border-color css
<style>
span { border-color: #DAF1F5; }
span { border-color: rgb(218,241,245); }
td.TdClassName
{
border-color: #DAF1F5;
}
.TagClassName
{
border-color: #DAF1F5;
}
</style>