Shades of Oyster Bay #D2EFF4
Tints of Oyster Bay #D2EFF4
RGB
CMYK
RGB Variations
Color information
#D2EFF4 (or 0xD2EFF4) is known color: Oyster Bay. HEX triplet: D2, EF and F4. RGB value is (210,239,244). Sum of RGB (Red+Green+Blue) = 210+239+244=693 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.30% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 244 (95.70% from 255 or 35.21% from 693); Max value from RGB is 244 - color contains mainly: blue. Hex color #D2EFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EFF4 is #2D100B. Grayscale: #E6E6E6. Windows color (decimal): -2953228 or 16052178. OLE color: 16052178.
HSL color Cylindrical-coordinate representation of color #D2EFF4: hue angle of 188.82º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2EFF4 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 239 | 244 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.04 |
| HSL | 188.82º | 0.61% | 0.89% | - |
| HSV(B) | 188.82º | 0.14% | 0.96% | - |
| XYZ | 73.77 | 81.97 | 97.52 | - |
| YUV | 230.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 244 | 0.14 | 0.02 | 0 | 0.04 | 188.82 | 0.61 | 0.89 |
| Hex | D2 | EF | F4 | E | 2 | 0 | 4 | BD | 3D | 59 |
| Octal | 322 | 357 | 364 | 16 | 2 | 0 | 4 | 275 | 75 | 131 |
| Binary | 11010010 | 11101111 | 11110100 | 1110 | 10 | 0 | 100 | 10111101 | 111101 | 1011001 |
Color Harmonies of #D2EFF4
Complementary color
Monochromatic Colors of #D2EFF4
Black with #D2EFF4
Text Example
Text Example
White with #D2EFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EFF4; }
p { color: rgb(210,239,244); }
H1.HeaderClassName
{
color: #D2EFF4;
}
.AnyTagClassName
{
color: #D2EFF4;
}
</style>
background-color css
<style>
a { background-color: #D2EFF4; }
a { background-color: rgb(210,239,244); }
div.DivClassName
{
background-color: #D2EFF4;
}
.BgClassName
{
background-color: #D2EFF4;
}
</style>
border-color css
<style>
span { border-color: #D2EFF4; }
span { border-color: rgb(210,239,244); }
td.TdClassName
{
border-color: #D2EFF4;
}
.TagClassName
{
border-color: #D2EFF4;
}
</style>