Shades of Oyster Bay #DAF2F2
Tints of Oyster Bay #DAF2F2
RGB
CMYK
RGB Variations
Color information
#DAF2F2 (or 0xDAF2F2) is known color: Oyster Bay. HEX triplet: DA, F2 and F2. RGB value is (218,242,242). Sum of RGB (Red+Green+Blue) = 218+242+242=702 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.05% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 242 - color contains mainly: green, blue. Hex color #DAF2F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF2F2 is #250D0D. Grayscale: #EAEAEA. Windows color (decimal): -2428174 or 15921882. OLE color: 15921882.
HSL color Cylindrical-coordinate representation of color #DAF2F2: hue angle of 180º 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 #DAF2F2 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 242 | - |
| CMYK | 0.10 | 0 | 0 | 0.05 |
| HSL | 180º | 0.48% | 0.9% | - |
| HSV(B) | 180º | 0.1% | 0.95% | - |
| XYZ | 76.69 | 84.82 | 96.33 | - |
| YUV | 234.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 242 | 0.10 | 0 | 0 | 0.05 | 180 | 0.48 | 0.9 |
| Hex | DA | F2 | F2 | A | 0 | 0 | 5 | B4 | 30 | 5A |
| Octal | 332 | 362 | 362 | 12 | 0 | 0 | 5 | 264 | 60 | 132 |
| Binary | 11011010 | 11110010 | 11110010 | 1010 | 0 | 0 | 101 | 10110100 | 110000 | 1011010 |
Color Harmonies of #DAF2F2
Complementary color
Monochromatic Colors of #DAF2F2
Black with #DAF2F2
Text Example
Text Example
White with #DAF2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2F2; }
p { color: rgb(218,242,242); }
H1.HeaderClassName
{
color: #DAF2F2;
}
.AnyTagClassName
{
color: #DAF2F2;
}
</style>
background-color css
<style>
a { background-color: #DAF2F2; }
a { background-color: rgb(218,242,242); }
div.DivClassName
{
background-color: #DAF2F2;
}
.BgClassName
{
background-color: #DAF2F2;
}
</style>
border-color css
<style>
span { border-color: #DAF2F2; }
span { border-color: rgb(218,242,242); }
td.TdClassName
{
border-color: #DAF2F2;
}
.TagClassName
{
border-color: #DAF2F2;
}
</style>