Shades of Oyster Bay #DAEEF2
Tints of Oyster Bay #DAEEF2
RGB
CMYK
RGB Variations
Color information
#DAEEF2 (or 0xDAEEF2) is known color: Oyster Bay. HEX triplet: DA, EE and F2. RGB value is (218,238,242). Sum of RGB (Red+Green+Blue) = 218+238+242=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAEEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEF2 is #25110D. Grayscale: #E8E8E8. Windows color (decimal): -2429198 or 15920858. OLE color: 15920858.
HSL color Cylindrical-coordinate representation of color #DAEEF2: hue angle of 190º 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 #DAEEF2 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 238 | 242 | - |
CMYK | 0.10 | 0.02 | 0 | 0.05 |
HSL | 190º | 0.48% | 0.9% | - |
HSV(B) | 190º | 0.1% | 0.95% | - |
XYZ | 75.52 | 82.47 | 95.94 | - |
YUV | 232.48 | 133.37 | 117.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 242 | 0.10 | 0.02 | 0 | 0.05 | 190 | 0.48 | 0.9 |
Hex | DA | EE | F2 | A | 2 | 0 | 5 | BE | 30 | 5A |
Octal | 332 | 356 | 362 | 12 | 2 | 0 | 5 | 276 | 60 | 132 |
Binary | 11011010 | 11101110 | 11110010 | 1010 | 10 | 0 | 101 | 10111110 | 110000 | 1011010 |
Color Harmonies of #DAEEF2
Complementary color
Monochromatic Colors of #DAEEF2
Black with #DAEEF2
Text Example
Text Example
White with #DAEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEF2; }
p { color: rgb(218,238,242); }
H1.HeaderClassName
{
color: #DAEEF2;
}
.AnyTagClassName
{
color: #DAEEF2;
}
</style>
background-color css
<style>
a { background-color: #DAEEF2; }
a { background-color: rgb(218,238,242); }
div.DivClassName
{
background-color: #DAEEF2;
}
.BgClassName
{
background-color: #DAEEF2;
}
</style>
border-color css
<style>
span { border-color: #DAEEF2; }
span { border-color: rgb(218,238,242); }
td.TdClassName
{
border-color: #DAEEF2;
}
.TagClassName
{
border-color: #DAEEF2;
}
</style>