Shades of Tranquil #D8F2ED
Tints of Tranquil #D8F2ED
RGB
CMYK
RGB Variations
Color information
#D8F2ED (or 0xD8F2ED) is known color: Tranquil. HEX triplet: D8, F2 and ED. RGB value is (216,242,237). Sum of RGB (Red+Green+Blue) = 216+242+237=695 (92% of max value = 765). Red value is 216 (84.77% from 255 or 31.08% from 695); Green value is 242 (94.92% from 255 or 34.82% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8F2ED is #270D12. Grayscale: #E9E9E9. Windows color (decimal): -2559251 or 15594200. OLE color: 15594200.
HSL color Cylindrical-coordinate representation of color #D8F2ED: hue angle of 168.46º degrees, saturation: 0.5, 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 #D8F2ED is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 242 | 237 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.05 |
| HSL | 168.46º | 0.5% | 0.9% | - |
| HSV(B) | 168.46º | 0.11% | 0.95% | - |
| XYZ | 75.36 | 84.22 | 92.4 | - |
| YUV | 233.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 237 | 0.11 | 0 | 0.02 | 0.05 | 168.46 | 0.5 | 0.9 |
| Hex | D8 | F2 | ED | B | 0 | 2 | 5 | A8 | 32 | 5A |
| Octal | 330 | 362 | 355 | 13 | 0 | 2 | 5 | 250 | 62 | 132 |
| Binary | 11011000 | 11110010 | 11101101 | 1011 | 0 | 10 | 101 | 10101000 | 110010 | 1011010 |
Color Harmonies of #D8F2ED
Complementary color
Monochromatic Colors of #D8F2ED
Black with #D8F2ED
Text Example
Text Example
White with #D8F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F2ED; }
p { color: rgb(216,242,237); }
H1.HeaderClassName
{
color: #D8F2ED;
}
.AnyTagClassName
{
color: #D8F2ED;
}
</style>
background-color css
<style>
a { background-color: #D8F2ED; }
a { background-color: rgb(216,242,237); }
div.DivClassName
{
background-color: #D8F2ED;
}
.BgClassName
{
background-color: #D8F2ED;
}
</style>
border-color css
<style>
span { border-color: #D8F2ED; }
span { border-color: rgb(216,242,237); }
td.TdClassName
{
border-color: #D8F2ED;
}
.TagClassName
{
border-color: #D8F2ED;
}
</style>