Shades of Tranquil #D9F0ED
Tints of Tranquil #D9F0ED
RGB
CMYK
RGB Variations
Color information
#D9F0ED (or 0xD9F0ED) is known color: Tranquil. HEX triplet: D9, F0 and ED. RGB value is (217,240,237). Sum of RGB (Red+Green+Blue) = 217+240+237=694 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.27% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F0ED is #260F12. Grayscale: #E8E8E8. Windows color (decimal): -2494227 or 15593689. OLE color: 15593689.
HSL color Cylindrical-coordinate representation of color #D9F0ED: hue angle of 172.17º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9F0ED is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 217 | 240 | 237 | - |
CMYK | 0.10 | 0 | 0.01 | 0.06 |
HSL | 172.17º | 0.43% | 0.9% | - |
HSV(B) | 172.17º | 0.1% | 0.94% | - |
XYZ | 75.06 | 83.19 | 92.22 | - |
YUV | 232.78 | 130.38 | 116.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 240 | 237 | 0.10 | 0 | 0.01 | 0.06 | 172.17 | 0.43 | 0.9 |
Hex | D9 | F0 | ED | A | 0 | 1 | 6 | AC | 2B | 5A |
Octal | 331 | 360 | 355 | 12 | 0 | 1 | 6 | 254 | 53 | 132 |
Binary | 11011001 | 11110000 | 11101101 | 1010 | 0 | 1 | 110 | 10101100 | 101011 | 1011010 |
Color Harmonies of #D9F0ED
Complementary color
Monochromatic Colors of #D9F0ED
Black with #D9F0ED
Text Example
Text Example
White with #D9F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F0ED; }
p { color: rgb(217,240,237); }
H1.HeaderClassName
{
color: #D9F0ED;
}
.AnyTagClassName
{
color: #D9F0ED;
}
</style>
background-color css
<style>
a { background-color: #D9F0ED; }
a { background-color: rgb(217,240,237); }
div.DivClassName
{
background-color: #D9F0ED;
}
.BgClassName
{
background-color: #D9F0ED;
}
</style>
border-color css
<style>
span { border-color: #D9F0ED; }
span { border-color: rgb(217,240,237); }
td.TdClassName
{
border-color: #D9F0ED;
}
.TagClassName
{
border-color: #D9F0ED;
}
</style>