Shades of Tranquil #DDF0ED
Tints of Tranquil #DDF0ED
RGB
CMYK
RGB Variations
Color information
#DDF0ED (or 0xDDF0ED) is known color: Tranquil. HEX triplet: DD, F0 and ED. RGB value is (221,240,237). Sum of RGB (Red+Green+Blue) = 221+240+237=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0ED is #220F12. Grayscale: #E9E9E9. Windows color (decimal): -2232083 or 15593693. OLE color: 15593693.
HSL color Cylindrical-coordinate representation of color #DDF0ED: hue angle of 170.53º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDF0ED is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 240 | 237 | - |
CMYK | 0.08 | 0 | 0.01 | 0.06 |
HSL | 170.53º | 0.39% | 0.9% | - |
HSV(B) | 170.53º | 0.08% | 0.94% | - |
XYZ | 76.26 | 83.81 | 92.28 | - |
YUV | 233.98 | 129.71 | 118.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 240 | 237 | 0.08 | 0 | 0.01 | 0.06 | 170.53 | 0.39 | 0.9 |
Hex | DD | F0 | ED | 8 | 0 | 1 | 6 | AB | 27 | 5A |
Octal | 335 | 360 | 355 | 10 | 0 | 1 | 6 | 253 | 47 | 132 |
Binary | 11011101 | 11110000 | 11101101 | 1000 | 0 | 1 | 110 | 10101011 | 100111 | 1011010 |
Color Harmonies of #DDF0ED
Complementary color
Monochromatic Colors of #DDF0ED
Black with #DDF0ED
Text Example
Text Example
White with #DDF0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0ED; }
p { color: rgb(221,240,237); }
H1.HeaderClassName
{
color: #DDF0ED;
}
.AnyTagClassName
{
color: #DDF0ED;
}
</style>
background-color css
<style>
a { background-color: #DDF0ED; }
a { background-color: rgb(221,240,237); }
div.DivClassName
{
background-color: #DDF0ED;
}
.BgClassName
{
background-color: #DDF0ED;
}
</style>
border-color css
<style>
span { border-color: #DDF0ED; }
span { border-color: rgb(221,240,237); }
td.TdClassName
{
border-color: #DDF0ED;
}
.TagClassName
{
border-color: #DDF0ED;
}
</style>