Shades of Tranquil #DDF3EE
Tints of Tranquil #DDF3EE
RGB
CMYK
RGB Variations
Color information
#DDF3EE (or 0xDDF3EE) is known color: Tranquil. HEX triplet: DD, F3 and EE. RGB value is (221,243,238). Sum of RGB (Red+Green+Blue) = 221+243+238=702 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.48% from 702); Green value is 243 (95.31% from 255 or 34.62% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF3EE is #220C11. Grayscale: #EBEBEB. Windows color (decimal): -2231314 or 15659997. OLE color: 15659997.
HSL color Cylindrical-coordinate representation of color #DDF3EE: hue angle of 166.36º 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 #DDF3EE is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 243 | 238 | - |
CMYK | 0.09 | 0 | 0.02 | 0.05 |
HSL | 166.36º | 0.48% | 0.91% | - |
HSV(B) | 166.36º | 0.09% | 0.95% | - |
XYZ | 77.3 | 85.65 | 93.35 | - |
YUV | 235.85 | 129.21 | 117.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 243 | 238 | 0.09 | 0 | 0.02 | 0.05 | 166.36 | 0.48 | 0.91 |
Hex | DD | F3 | EE | 9 | 0 | 2 | 5 | A6 | 30 | 5B |
Octal | 335 | 363 | 356 | 11 | 0 | 2 | 5 | 246 | 60 | 133 |
Binary | 11011101 | 11110011 | 11101110 | 1001 | 0 | 10 | 101 | 10100110 | 110000 | 1011011 |
Color Harmonies of #DDF3EE
Complementary color
Monochromatic Colors of #DDF3EE
Black with #DDF3EE
Text Example
Text Example
White with #DDF3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3EE; }
p { color: rgb(221,243,238); }
H1.HeaderClassName
{
color: #DDF3EE;
}
.AnyTagClassName
{
color: #DDF3EE;
}
</style>
background-color css
<style>
a { background-color: #DDF3EE; }
a { background-color: rgb(221,243,238); }
div.DivClassName
{
background-color: #DDF3EE;
}
.BgClassName
{
background-color: #DDF3EE;
}
</style>
border-color css
<style>
span { border-color: #DDF3EE; }
span { border-color: rgb(221,243,238); }
td.TdClassName
{
border-color: #DDF3EE;
}
.TagClassName
{
border-color: #DDF3EE;
}
</style>