Shades of Oyster Bay #D2F2F1
Tints of Oyster Bay #D2F2F1
RGB
CMYK
RGB Variations
Color information
#D2F2F1 (or 0xD2F2F1) is known color: Oyster Bay. HEX triplet: D2, F2 and F1. RGB value is (210,242,241). Sum of RGB (Red+Green+Blue) = 210+242+241=693 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.30% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F2F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F2F1 is #2D0D0E. Grayscale: #E8E8E8. Windows color (decimal): -2952463 or 15856338. OLE color: 15856338.
HSL color Cylindrical-coordinate representation of color #D2F2F1: hue angle of 178.12º degrees, saturation: 0.55, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2F2F1 is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 242 | 241 | - |
| CMYK | 0.13 | 0 | 0.00 | 0.05 |
| HSL | 178.13º | 0.55% | 0.89% | - |
| HSV(B) | 178.13º | 0.13% | 0.95% | - |
| XYZ | 74.21 | 83.56 | 95.44 | - |
| YUV | 232.32 | 132.9 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 242 | 241 | 0.13 | 0 | 0.00 | 0.05 | 178.13 | 0.55 | 0.89 |
| Hex | D2 | F2 | F1 | D | 0 | 0 | 5 | B2 | 37 | 59 |
| Octal | 322 | 362 | 361 | 15 | 0 | 0 | 5 | 262 | 67 | 131 |
| Binary | 11010010 | 11110010 | 11110001 | 1101 | 0 | 0 | 101 | 10110010 | 110111 | 1011001 |
Color Harmonies of #D2F2F1
Complementary color
Monochromatic Colors of #D2F2F1
Black with #D2F2F1
Text Example
Text Example
White with #D2F2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F2F1; }
p { color: rgb(210,242,241); }
H1.HeaderClassName
{
color: #D2F2F1;
}
.AnyTagClassName
{
color: #D2F2F1;
}
</style>
background-color css
<style>
a { background-color: #D2F2F1; }
a { background-color: rgb(210,242,241); }
div.DivClassName
{
background-color: #D2F2F1;
}
.BgClassName
{
background-color: #D2F2F1;
}
</style>
border-color css
<style>
span { border-color: #D2F2F1; }
span { border-color: rgb(210,242,241); }
td.TdClassName
{
border-color: #D2F2F1;
}
.TagClassName
{
border-color: #D2F2F1;
}
</style>