Shades of Oyster Bay #D3F2F1
Tints of Oyster Bay #D3F2F1
RGB
CMYK
RGB Variations
Color information
#D3F2F1 (or 0xD3F2F1) is known color: Oyster Bay. HEX triplet: D3, F2 and F1. RGB value is (211,242,241). Sum of RGB (Red+Green+Blue) = 211+242+241=694 (91% of max value = 765). Red value is 211 (82.81% from 255 or 30.40% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F2F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3F2F1 is #2C0D0E. Grayscale: #E8E8E8. Windows color (decimal): -2886927 or 15856339. OLE color: 15856339.
HSL color Cylindrical-coordinate representation of color #D3F2F1: hue angle of 178.06º degrees, saturation: 0.54, 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 #D3F2F1 is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 241 | - |
| CMYK | 0.13 | 0 | 0.00 | 0.05 |
| HSL | 178.06º | 0.54% | 0.89% | - |
| HSV(B) | 178.06º | 0.13% | 0.95% | - |
| XYZ | 74.49 | 83.7 | 95.45 | - |
| YUV | 232.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 241 | 0.13 | 0 | 0.00 | 0.05 | 178.06 | 0.54 | 0.89 |
| Hex | D3 | F2 | F1 | D | 0 | 0 | 5 | B2 | 36 | 59 |
| Octal | 323 | 362 | 361 | 15 | 0 | 0 | 5 | 262 | 66 | 131 |
| Binary | 11010011 | 11110010 | 11110001 | 1101 | 0 | 0 | 101 | 10110010 | 110110 | 1011001 |
Color Harmonies of #D3F2F1
Complementary color
Monochromatic Colors of #D3F2F1
Black with #D3F2F1
Text Example
Text Example
White with #D3F2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F2F1; }
p { color: rgb(211,242,241); }
H1.HeaderClassName
{
color: #D3F2F1;
}
.AnyTagClassName
{
color: #D3F2F1;
}
</style>
background-color css
<style>
a { background-color: #D3F2F1; }
a { background-color: rgb(211,242,241); }
div.DivClassName
{
background-color: #D3F2F1;
}
.BgClassName
{
background-color: #D3F2F1;
}
</style>
border-color css
<style>
span { border-color: #D3F2F1; }
span { border-color: rgb(211,242,241); }
td.TdClassName
{
border-color: #D3F2F1;
}
.TagClassName
{
border-color: #D3F2F1;
}
</style>