Shades of Oyster Bay #D8F3F2
Tints of Oyster Bay #D8F3F2
RGB
CMYK
RGB Variations
Color information
#D8F3F2 (or 0xD8F3F2) is known color: Oyster Bay. HEX triplet: D8, F3 and F2. RGB value is (216,243,242). Sum of RGB (Red+Green+Blue) = 216+243+242=701 (92% of max value = 765). Red value is 216 (84.77% from 255 or 30.81% from 701); Green value is 243 (95.31% from 255 or 34.66% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 243 - color contains mainly: green. Hex color #D8F3F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8F3F2 is #270C0D. Grayscale: #EAEAEA. Windows color (decimal): -2558990 or 15922136. OLE color: 15922136.
HSL color Cylindrical-coordinate representation of color #D8F3F2: hue angle of 177.78º degrees, saturation: 0.53, 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 #D8F3F2 is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 243 | 242 | - |
| CMYK | 0.11 | 0 | 0.00 | 0.05 |
| HSL | 177.78º | 0.53% | 0.9% | - |
| HSV(B) | 177.78º | 0.11% | 0.95% | - |
| XYZ | 76.4 | 85.11 | 96.41 | - |
| YUV | 234.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 243 | 242 | 0.11 | 0 | 0.00 | 0.05 | 177.78 | 0.53 | 0.9 |
| Hex | D8 | F3 | F2 | B | 0 | 0 | 5 | B2 | 35 | 5A |
| Octal | 330 | 363 | 362 | 13 | 0 | 0 | 5 | 262 | 65 | 132 |
| Binary | 11011000 | 11110011 | 11110010 | 1011 | 0 | 0 | 101 | 10110010 | 110101 | 1011010 |
Color Harmonies of #D8F3F2
Complementary color
Monochromatic Colors of #D8F3F2
Black with #D8F3F2
Text Example
Text Example
White with #D8F3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F3F2; }
p { color: rgb(216,243,242); }
H1.HeaderClassName
{
color: #D8F3F2;
}
.AnyTagClassName
{
color: #D8F3F2;
}
</style>
background-color css
<style>
a { background-color: #D8F3F2; }
a { background-color: rgb(216,243,242); }
div.DivClassName
{
background-color: #D8F3F2;
}
.BgClassName
{
background-color: #D8F3F2;
}
</style>
border-color css
<style>
span { border-color: #D8F3F2; }
span { border-color: rgb(216,243,242); }
td.TdClassName
{
border-color: #D8F3F2;
}
.TagClassName
{
border-color: #D8F3F2;
}
</style>