Shades of Tranquil #DDF2ED
Tints of Tranquil #DDF2ED
RGB
CMYK
RGB Variations
Color information
#DDF2ED (or 0xDDF2ED) is known color: Tranquil. HEX triplet: DD, F2 and ED. RGB value is (221,242,237). Sum of RGB (Red+Green+Blue) = 221+242+237=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2ED is #220D12. Grayscale: #EBEBEB. Windows color (decimal): -2231571 or 15594205. OLE color: 15594205.
HSL color Cylindrical-coordinate representation of color #DDF2ED: hue angle of 165.71º degrees, saturation: 0.45, 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 #DDF2ED is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 242 | 237 | - |
CMYK | 0.09 | 0 | 0.02 | 0.05 |
HSL | 165.71º | 0.45% | 0.91% | - |
HSV(B) | 165.71º | 0.09% | 0.95% | - |
XYZ | 76.86 | 84.99 | 92.47 | - |
YUV | 235.15 | 129.04 | 117.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 242 | 237 | 0.09 | 0 | 0.02 | 0.05 | 165.71 | 0.45 | 0.91 |
Hex | DD | F2 | ED | 9 | 0 | 2 | 5 | A6 | 2D | 5B |
Octal | 335 | 362 | 355 | 11 | 0 | 2 | 5 | 246 | 55 | 133 |
Binary | 11011101 | 11110010 | 11101101 | 1001 | 0 | 10 | 101 | 10100110 | 101101 | 1011011 |
Color Harmonies of #DDF2ED
Complementary color
Monochromatic Colors of #DDF2ED
Black with #DDF2ED
Text Example
Text Example
White with #DDF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2ED; }
p { color: rgb(221,242,237); }
H1.HeaderClassName
{
color: #DDF2ED;
}
.AnyTagClassName
{
color: #DDF2ED;
}
</style>
background-color css
<style>
a { background-color: #DDF2ED; }
a { background-color: rgb(221,242,237); }
div.DivClassName
{
background-color: #DDF2ED;
}
.BgClassName
{
background-color: #DDF2ED;
}
</style>
border-color css
<style>
span { border-color: #DDF2ED; }
span { border-color: rgb(221,242,237); }
td.TdClassName
{
border-color: #DDF2ED;
}
.TagClassName
{
border-color: #DDF2ED;
}
</style>