Shades of Tranquil #DDEDE9
Tints of Tranquil #DDEDE9
RGB
CMYK
RGB Variations
Color information
#DDEDE9 (or 0xDDEDE9) is known color: Tranquil. HEX triplet: DD, ED and E9. RGB value is (221,237,233). Sum of RGB (Red+Green+Blue) = 221+237+233=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 233 (91.41% from 255 or 33.72% from 691); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDE9 is #221216. Grayscale: #E7E7E7. Windows color (decimal): -2232855 or 15330781. OLE color: 15330781.
HSL color Cylindrical-coordinate representation of color #DDEDE9: hue angle of 165º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEDE9 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 237 | 233 | - |
CMYK | 0.07 | 0 | 0.02 | 0.07 |
HSL | 165º | 0.31% | 0.9% | - |
HSV(B) | 165º | 0.07% | 0.93% | - |
XYZ | 74.81 | 81.82 | 88.94 | - |
YUV | 231.76 | 128.7 | 120.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 233 | 0.07 | 0 | 0.02 | 0.07 | 165 | 0.31 | 0.9 |
Hex | DD | ED | E9 | 7 | 0 | 2 | 7 | A5 | 1F | 5A |
Octal | 335 | 355 | 351 | 7 | 0 | 2 | 7 | 245 | 37 | 132 |
Binary | 11011101 | 11101101 | 11101001 | 111 | 0 | 10 | 111 | 10100101 | 11111 | 1011010 |
Color Harmonies of #DDEDE9
Complementary color
Monochromatic Colors of #DDEDE9
Black with #DDEDE9
Text Example
Text Example
White with #DDEDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDE9; }
p { color: rgb(221,237,233); }
H1.HeaderClassName
{
color: #DDEDE9;
}
.AnyTagClassName
{
color: #DDEDE9;
}
</style>
background-color css
<style>
a { background-color: #DDEDE9; }
a { background-color: rgb(221,237,233); }
div.DivClassName
{
background-color: #DDEDE9;
}
.BgClassName
{
background-color: #DDEDE9;
}
</style>
border-color css
<style>
span { border-color: #DDEDE9; }
span { border-color: rgb(221,237,233); }
td.TdClassName
{
border-color: #DDEDE9;
}
.TagClassName
{
border-color: #DDEDE9;
}
</style>