Shades of Tranquil #DCEDEA
Tints of Tranquil #DCEDEA
RGB
CMYK
RGB Variations
Color information
#DCEDEA (or 0xDCEDEA) is known color: Tranquil. HEX triplet: DC, ED and EA. RGB value is (220,237,234). Sum of RGB (Red+Green+Blue) = 220+237+234=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDEA is #231215. Grayscale: #E7E7E7. Windows color (decimal): -2298390 or 15396316. OLE color: 15396316.
HSL color Cylindrical-coordinate representation of color #DCEDEA: hue angle of 169.41º degrees, saturation: 0.32, 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 #DCEDEA is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 234 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.07 |
| HSL | 169.41º | 0.32% | 0.9% | - |
| HSV(B) | 169.41º | 0.07% | 0.93% | - |
| XYZ | 74.65 | 81.72 | 89.68 | - |
| YUV | 231.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 234 | 0.07 | 0 | 0.01 | 0.07 | 169.41 | 0.32 | 0.9 |
| Hex | DC | ED | EA | 7 | 0 | 1 | 7 | A9 | 20 | 5A |
| Octal | 334 | 355 | 352 | 7 | 0 | 1 | 7 | 251 | 40 | 132 |
| Binary | 11011100 | 11101101 | 11101010 | 111 | 0 | 1 | 111 | 10101001 | 100000 | 1011010 |
Color Harmonies of #DCEDEA
Complementary color
Monochromatic Colors of #DCEDEA
Black with #DCEDEA
Text Example
Text Example
White with #DCEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDEA; }
p { color: rgb(220,237,234); }
H1.HeaderClassName
{
color: #DCEDEA;
}
.AnyTagClassName
{
color: #DCEDEA;
}
</style>
background-color css
<style>
a { background-color: #DCEDEA; }
a { background-color: rgb(220,237,234); }
div.DivClassName
{
background-color: #DCEDEA;
}
.BgClassName
{
background-color: #DCEDEA;
}
</style>
border-color css
<style>
span { border-color: #DCEDEA; }
span { border-color: rgb(220,237,234); }
td.TdClassName
{
border-color: #DCEDEA;
}
.TagClassName
{
border-color: #DCEDEA;
}
</style>