Shades of Tranquil #DCEDE8
Tints of Tranquil #DCEDE8
RGB
CMYK
RGB Variations
Color information
#DCEDE8 (or 0xDCEDE8) is known color: Tranquil. HEX triplet: DC, ED and E8. RGB value is (220,237,232). Sum of RGB (Red+Green+Blue) = 220+237+232=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDE8 is #231217. Grayscale: #E7E7E7. Windows color (decimal): -2298392 or 15265244. OLE color: 15265244.
HSL color Cylindrical-coordinate representation of color #DCEDE8: hue angle of 162.35º 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 #DCEDE8 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 237 | 232 | - |
CMYK | 0.07 | 0 | 0.02 | 0.07 |
HSL | 162.35º | 0.32% | 0.9% | - |
HSV(B) | 162.35º | 0.07% | 0.93% | - |
XYZ | 74.36 | 81.61 | 88.18 | - |
YUV | 231.35 | 128.37 | 119.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 237 | 232 | 0.07 | 0 | 0.02 | 0.07 | 162.35 | 0.32 | 0.9 |
Hex | DC | ED | E8 | 7 | 0 | 2 | 7 | A2 | 20 | 5A |
Octal | 334 | 355 | 350 | 7 | 0 | 2 | 7 | 242 | 40 | 132 |
Binary | 11011100 | 11101101 | 11101000 | 111 | 0 | 10 | 111 | 10100010 | 100000 | 1011010 |
Color Harmonies of #DCEDE8
Complementary color
Monochromatic Colors of #DCEDE8
Black with #DCEDE8
Text Example
Text Example
White with #DCEDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDE8; }
p { color: rgb(220,237,232); }
H1.HeaderClassName
{
color: #DCEDE8;
}
.AnyTagClassName
{
color: #DCEDE8;
}
</style>
background-color css
<style>
a { background-color: #DCEDE8; }
a { background-color: rgb(220,237,232); }
div.DivClassName
{
background-color: #DCEDE8;
}
.BgClassName
{
background-color: #DCEDE8;
}
</style>
border-color css
<style>
span { border-color: #DCEDE8; }
span { border-color: rgb(220,237,232); }
td.TdClassName
{
border-color: #DCEDE8;
}
.TagClassName
{
border-color: #DCEDE8;
}
</style>