Shades of Tranquil #DCEDE9
Tints of Tranquil #DCEDE9
RGB
CMYK
RGB Variations
Color information
#DCEDE9 (or 0xDCEDE9) is known color: Tranquil. HEX triplet: DC, ED and E9. RGB value is (220,237,233). Sum of RGB (Red+Green+Blue) = 220+237+233=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 233 (91.41% from 255 or 33.77% from 690); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDE9 is #231216. Grayscale: #E7E7E7. Windows color (decimal): -2298391 or 15330780. OLE color: 15330780.
HSL color Cylindrical-coordinate representation of color #DCEDE9: hue angle of 165.88º 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 #DCEDE9 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 237 | 233 | - |
CMYK | 0.07 | 0 | 0.02 | 0.07 |
HSL | 165.88º | 0.32% | 0.9% | - |
HSV(B) | 165.88º | 0.07% | 0.93% | - |
XYZ | 74.51 | 81.67 | 88.93 | - |
YUV | 231.46 | 128.87 | 119.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 237 | 233 | 0.07 | 0 | 0.02 | 0.07 | 165.88 | 0.32 | 0.9 |
Hex | DC | ED | E9 | 7 | 0 | 2 | 7 | A6 | 20 | 5A |
Octal | 334 | 355 | 351 | 7 | 0 | 2 | 7 | 246 | 40 | 132 |
Binary | 11011100 | 11101101 | 11101001 | 111 | 0 | 10 | 111 | 10100110 | 100000 | 1011010 |
Color Harmonies of #DCEDE9
Complementary color
Monochromatic Colors of #DCEDE9
Black with #DCEDE9
Text Example
Text Example
White with #DCEDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDE9; }
p { color: rgb(220,237,233); }
H1.HeaderClassName
{
color: #DCEDE9;
}
.AnyTagClassName
{
color: #DCEDE9;
}
</style>
background-color css
<style>
a { background-color: #DCEDE9; }
a { background-color: rgb(220,237,233); }
div.DivClassName
{
background-color: #DCEDE9;
}
.BgClassName
{
background-color: #DCEDE9;
}
</style>
border-color css
<style>
span { border-color: #DCEDE9; }
span { border-color: rgb(220,237,233); }
td.TdClassName
{
border-color: #DCEDE9;
}
.TagClassName
{
border-color: #DCEDE9;
}
</style>