Shades of Tranquil #DDEDEA
Tints of Tranquil #DDEDEA
RGB
CMYK
RGB Variations
Color information
#DDEDEA (or 0xDDEDEA) is known color: Tranquil. HEX triplet: DD, ED and EA. RGB value is (221,237,234). Sum of RGB (Red+Green+Blue) = 221+237+234=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDEA is #221215. Grayscale: #E7E7E7. Windows color (decimal): -2232854 or 15396317. OLE color: 15396317.
HSL color Cylindrical-coordinate representation of color #DDEDEA: hue angle of 168.75º 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 #DDEDEA is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 234 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.07 |
| HSL | 168.75º | 0.31% | 0.9% | - |
| HSV(B) | 168.75º | 0.07% | 0.93% | - |
| XYZ | 74.95 | 81.88 | 89.7 | - |
| YUV | 231.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 234 | 0.07 | 0 | 0.01 | 0.07 | 168.75 | 0.31 | 0.9 |
| Hex | DD | ED | EA | 7 | 0 | 1 | 7 | A9 | 1F | 5A |
| Octal | 335 | 355 | 352 | 7 | 0 | 1 | 7 | 251 | 37 | 132 |
| Binary | 11011101 | 11101101 | 11101010 | 111 | 0 | 1 | 111 | 10101001 | 11111 | 1011010 |
Color Harmonies of #DDEDEA
Complementary color
Monochromatic Colors of #DDEDEA
Black with #DDEDEA
Text Example
Text Example
White with #DDEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDEA; }
p { color: rgb(221,237,234); }
H1.HeaderClassName
{
color: #DDEDEA;
}
.AnyTagClassName
{
color: #DDEDEA;
}
</style>
background-color css
<style>
a { background-color: #DDEDEA; }
a { background-color: rgb(221,237,234); }
div.DivClassName
{
background-color: #DDEDEA;
}
.BgClassName
{
background-color: #DDEDEA;
}
</style>
border-color css
<style>
span { border-color: #DDEDEA; }
span { border-color: rgb(221,237,234); }
td.TdClassName
{
border-color: #DDEDEA;
}
.TagClassName
{
border-color: #DDEDEA;
}
</style>