Shades of Tranquil #DDF3F1
Tints of Tranquil #DDF3F1
RGB
CMYK
RGB Variations
Color information
#DDF3F1 (or 0xDDF3F1) is known color: Tranquil. HEX triplet: DD, F3 and F1. RGB value is (221,243,241). Sum of RGB (Red+Green+Blue) = 221+243+241=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 243 (95.31% from 255 or 34.47% from 705); Blue value is 241 (94.53% from 255 or 34.18% from 705); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF3F1 is #220C0E. Grayscale: #ECECEC. Windows color (decimal): -2231311 or 15856605. OLE color: 15856605.
HSL color Cylindrical-coordinate representation of color #DDF3F1: hue angle of 174.55º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF3F1 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 243 | 241 | - |
CMYK | 0.09 | 0 | 0.01 | 0.05 |
HSL | 174.55º | 0.48% | 0.91% | - |
HSV(B) | 174.55º | 0.09% | 0.95% | - |
XYZ | 77.75 | 85.82 | 95.69 | - |
YUV | 236.19 | 130.71 | 117.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 243 | 241 | 0.09 | 0 | 0.01 | 0.05 | 174.55 | 0.48 | 0.91 |
Hex | DD | F3 | F1 | 9 | 0 | 1 | 5 | AF | 30 | 5B |
Octal | 335 | 363 | 361 | 11 | 0 | 1 | 5 | 257 | 60 | 133 |
Binary | 11011101 | 11110011 | 11110001 | 1001 | 0 | 1 | 101 | 10101111 | 110000 | 1011011 |
Color Harmonies of #DDF3F1
Complementary color
Monochromatic Colors of #DDF3F1
Black with #DDF3F1
Text Example
Text Example
White with #DDF3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3F1; }
p { color: rgb(221,243,241); }
H1.HeaderClassName
{
color: #DDF3F1;
}
.AnyTagClassName
{
color: #DDF3F1;
}
</style>
background-color css
<style>
a { background-color: #DDF3F1; }
a { background-color: rgb(221,243,241); }
div.DivClassName
{
background-color: #DDF3F1;
}
.BgClassName
{
background-color: #DDF3F1;
}
</style>
border-color css
<style>
span { border-color: #DDF3F1; }
span { border-color: rgb(221,243,241); }
td.TdClassName
{
border-color: #DDF3F1;
}
.TagClassName
{
border-color: #DDF3F1;
}
</style>