Shades of Tranquil #DDF1ED
Tints of Tranquil #DDF1ED
RGB
CMYK
RGB Variations
Color information
#DDF1ED (or 0xDDF1ED) is known color: Tranquil. HEX triplet: DD, F1 and ED. RGB value is (221,241,237). Sum of RGB (Red+Green+Blue) = 221+241+237=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1ED is #220E12. Grayscale: #EAEAEA. Windows color (decimal): -2231827 or 15593949. OLE color: 15593949.
HSL color Cylindrical-coordinate representation of color #DDF1ED: hue angle of 168º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDF1ED is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 241 | 237 | - |
CMYK | 0.08 | 0 | 0.02 | 0.05 |
HSL | 168º | 0.42% | 0.91% | - |
HSV(B) | 168º | 0.08% | 0.95% | - |
XYZ | 76.56 | 84.4 | 92.38 | - |
YUV | 234.56 | 129.37 | 118.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 241 | 237 | 0.08 | 0 | 0.02 | 0.05 | 168 | 0.42 | 0.91 |
Hex | DD | F1 | ED | 8 | 0 | 2 | 5 | A8 | 2A | 5B |
Octal | 335 | 361 | 355 | 10 | 0 | 2 | 5 | 250 | 52 | 133 |
Binary | 11011101 | 11110001 | 11101101 | 1000 | 0 | 10 | 101 | 10101000 | 101010 | 1011011 |
Color Harmonies of #DDF1ED
Complementary color
Monochromatic Colors of #DDF1ED
Black with #DDF1ED
Text Example
Text Example
White with #DDF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1ED; }
p { color: rgb(221,241,237); }
H1.HeaderClassName
{
color: #DDF1ED;
}
.AnyTagClassName
{
color: #DDF1ED;
}
</style>
background-color css
<style>
a { background-color: #DDF1ED; }
a { background-color: rgb(221,241,237); }
div.DivClassName
{
background-color: #DDF1ED;
}
.BgClassName
{
background-color: #DDF1ED;
}
</style>
border-color css
<style>
span { border-color: #DDF1ED; }
span { border-color: rgb(221,241,237); }
td.TdClassName
{
border-color: #DDF1ED;
}
.TagClassName
{
border-color: #DDF1ED;
}
</style>