Shades of Oyster Bay #D9F3F2
Tints of Oyster Bay #D9F3F2
RGB
CMYK
RGB Variations
Color information
#D9F3F2 (or 0xD9F3F2) is known color: Oyster Bay. HEX triplet: D9, F3 and F2. RGB value is (217,243,242). Sum of RGB (Red+Green+Blue) = 217+243+242=702 (92% of max value = 765). Red value is 217 (85.16% from 255 or 30.91% from 702); Green value is 243 (95.31% from 255 or 34.62% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F3F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F3F2 is #260C0D. Grayscale: #EBEBEB. Windows color (decimal): -2493454 or 15922137. OLE color: 15922137.
HSL color Cylindrical-coordinate representation of color #D9F3F2: hue angle of 177.69º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9F3F2 is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 243 | 242 | - |
| CMYK | 0.11 | 0 | 0.00 | 0.05 |
| HSL | 177.69º | 0.52% | 0.9% | - |
| HSV(B) | 177.69º | 0.11% | 0.95% | - |
| XYZ | 76.69 | 85.26 | 96.42 | - |
| YUV | 235.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 243 | 242 | 0.11 | 0 | 0.00 | 0.05 | 177.69 | 0.52 | 0.9 |
| Hex | D9 | F3 | F2 | B | 0 | 0 | 5 | B2 | 34 | 5A |
| Octal | 331 | 363 | 362 | 13 | 0 | 0 | 5 | 262 | 64 | 132 |
| Binary | 11011001 | 11110011 | 11110010 | 1011 | 0 | 0 | 101 | 10110010 | 110100 | 1011010 |
Color Harmonies of #D9F3F2
Complementary color
Monochromatic Colors of #D9F3F2
Black with #D9F3F2
Text Example
Text Example
White with #D9F3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F3F2; }
p { color: rgb(217,243,242); }
H1.HeaderClassName
{
color: #D9F3F2;
}
.AnyTagClassName
{
color: #D9F3F2;
}
</style>
background-color css
<style>
a { background-color: #D9F3F2; }
a { background-color: rgb(217,243,242); }
div.DivClassName
{
background-color: #D9F3F2;
}
.BgClassName
{
background-color: #D9F3F2;
}
</style>
border-color css
<style>
span { border-color: #D9F3F2; }
span { border-color: rgb(217,243,242); }
td.TdClassName
{
border-color: #D9F3F2;
}
.TagClassName
{
border-color: #D9F3F2;
}
</style>