Shades of Oyster Bay #DAF1F2
Tints of Oyster Bay #DAF1F2
RGB
CMYK
RGB Variations
Color information
#DAF1F2 (or 0xDAF1F2) is known color: Oyster Bay. HEX triplet: DA, F1 and F2. RGB value is (218,241,242). Sum of RGB (Red+Green+Blue) = 218+241+242=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 241 (94.53% from 255 or 34.38% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAF1F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF1F2 is #250E0D. Grayscale: #EAEAEA. Windows color (decimal): -2428430 or 15921626. OLE color: 15921626.
HSL color Cylindrical-coordinate representation of color #DAF1F2: hue angle of 182.5º degrees, saturation: 0.48, 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 #DAF1F2 is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 242 | - |
| CMYK | 0.10 | 0.00 | 0 | 0.05 |
| HSL | 182.5º | 0.48% | 0.9% | - |
| HSV(B) | 182.5º | 0.1% | 0.95% | - |
| XYZ | 76.4 | 84.23 | 96.24 | - |
| YUV | 234.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 242 | 0.10 | 0.00 | 0 | 0.05 | 182.5 | 0.48 | 0.9 |
| Hex | DA | F1 | F2 | A | 0 | 0 | 5 | B6 | 30 | 5A |
| Octal | 332 | 361 | 362 | 12 | 0 | 0 | 5 | 266 | 60 | 132 |
| Binary | 11011010 | 11110001 | 11110010 | 1010 | 0 | 0 | 101 | 10110110 | 110000 | 1011010 |
Color Harmonies of #DAF1F2
Complementary color
Monochromatic Colors of #DAF1F2
Black with #DAF1F2
Text Example
Text Example
White with #DAF1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF1F2; }
p { color: rgb(218,241,242); }
H1.HeaderClassName
{
color: #DAF1F2;
}
.AnyTagClassName
{
color: #DAF1F2;
}
</style>
background-color css
<style>
a { background-color: #DAF1F2; }
a { background-color: rgb(218,241,242); }
div.DivClassName
{
background-color: #DAF1F2;
}
.BgClassName
{
background-color: #DAF1F2;
}
</style>
border-color css
<style>
span { border-color: #DAF1F2; }
span { border-color: rgb(218,241,242); }
td.TdClassName
{
border-color: #DAF1F2;
}
.TagClassName
{
border-color: #DAF1F2;
}
</style>