Shades of Tranquil #D4F0EA
Tints of Tranquil #D4F0EA
RGB
CMYK
RGB Variations
Color information
#D4F0EA (or 0xD4F0EA) is known color: Tranquil. HEX triplet: D4, F0 and EA. RGB value is (212,240,234). Sum of RGB (Red+Green+Blue) = 212+240+234=686 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.90% from 686); Green value is 240 (94.14% from 255 or 34.99% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4F0EA is #2B0F15. Grayscale: #E6E6E6. Windows color (decimal): -2821910 or 15397076. OLE color: 15397076.
HSL color Cylindrical-coordinate representation of color #D4F0EA: hue angle of 167.14º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4F0EA is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 240 | 234 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.06 |
| HSL | 167.14º | 0.48% | 0.89% | - |
| HSV(B) | 167.14º | 0.12% | 0.94% | - |
| XYZ | 73.16 | 82.26 | 89.86 | - |
| YUV | 230.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 240 | 234 | 0.12 | 0 | 0.02 | 0.06 | 167.14 | 0.48 | 0.89 |
| Hex | D4 | F0 | EA | C | 0 | 2 | 6 | A7 | 30 | 59 |
| Octal | 324 | 360 | 352 | 14 | 0 | 2 | 6 | 247 | 60 | 131 |
| Binary | 11010100 | 11110000 | 11101010 | 1100 | 0 | 10 | 110 | 10100111 | 110000 | 1011001 |
Color Harmonies of #D4F0EA
Complementary color
Monochromatic Colors of #D4F0EA
Black with #D4F0EA
Text Example
Text Example
White with #D4F0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F0EA; }
p { color: rgb(212,240,234); }
H1.HeaderClassName
{
color: #D4F0EA;
}
.AnyTagClassName
{
color: #D4F0EA;
}
</style>
background-color css
<style>
a { background-color: #D4F0EA; }
a { background-color: rgb(212,240,234); }
div.DivClassName
{
background-color: #D4F0EA;
}
.BgClassName
{
background-color: #D4F0EA;
}
</style>
border-color css
<style>
span { border-color: #D4F0EA; }
span { border-color: rgb(212,240,234); }
td.TdClassName
{
border-color: #D4F0EA;
}
.TagClassName
{
border-color: #D4F0EA;
}
</style>