Shades of Oyster Bay #DAEFF2
Tints of Oyster Bay #DAEFF2
RGB
CMYK
RGB Variations
Color information
#DAEFF2 (or 0xDAEFF2) is known color: Oyster Bay. HEX triplet: DA, EF and F2. RGB value is (218,239,242). Sum of RGB (Red+Green+Blue) = 218+239+242=699 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.19% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAEFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEFF2 is #25100D. Grayscale: #E9E9E9. Windows color (decimal): -2428942 or 15921114. OLE color: 15921114.
HSL color Cylindrical-coordinate representation of color #DAEFF2: hue angle of 187.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 #DAEFF2 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 239 | 242 | - |
CMYK | 0.10 | 0.01 | 0 | 0.05 |
HSL | 187.5º | 0.48% | 0.9% | - |
HSV(B) | 187.5º | 0.1% | 0.95% | - |
XYZ | 75.81 | 83.05 | 96.04 | - |
YUV | 233.06 | 133.04 | 117.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 239 | 242 | 0.10 | 0.01 | 0 | 0.05 | 187.5 | 0.48 | 0.9 |
Hex | DA | EF | F2 | A | 1 | 0 | 5 | BC | 30 | 5A |
Octal | 332 | 357 | 362 | 12 | 1 | 0 | 5 | 274 | 60 | 132 |
Binary | 11011010 | 11101111 | 11110010 | 1010 | 1 | 0 | 101 | 10111100 | 110000 | 1011010 |
Color Harmonies of #DAEFF2
Complementary color
Monochromatic Colors of #DAEFF2
Black with #DAEFF2
Text Example
Text Example
White with #DAEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEFF2; }
p { color: rgb(218,239,242); }
H1.HeaderClassName
{
color: #DAEFF2;
}
.AnyTagClassName
{
color: #DAEFF2;
}
</style>
background-color css
<style>
a { background-color: #DAEFF2; }
a { background-color: rgb(218,239,242); }
div.DivClassName
{
background-color: #DAEFF2;
}
.BgClassName
{
background-color: #DAEFF2;
}
</style>
border-color css
<style>
span { border-color: #DAEFF2; }
span { border-color: rgb(218,239,242); }
td.TdClassName
{
border-color: #DAEFF2;
}
.TagClassName
{
border-color: #DAEFF2;
}
</style>