Shades of Tranquil #DCE9E6
Tints of Tranquil #DCE9E6
RGB
CMYK
RGB Variations
Color information
#DCE9E6 (or 0xDCE9E6) is known color: Tranquil. HEX triplet: DC, E9 and E6. RGB value is (220,233,230). Sum of RGB (Red+Green+Blue) = 220+233+230=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 233 (91.41% from 255 or 34.11% from 683); Blue value is 230 (90.23% from 255 or 33.67% from 683); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE9E6 is #231619. Grayscale: #E4E4E4. Windows color (decimal): -2299418 or 15133148. OLE color: 15133148.
HSL color Cylindrical-coordinate representation of color #DCE9E6: hue angle of 166.15º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE9E6 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 233 | 230 | - |
CMYK | 0.06 | 0 | 0.01 | 0.09 |
HSL | 166.15º | 0.23% | 0.89% | - |
HSV(B) | 166.15º | 0.06% | 0.91% | - |
XYZ | 72.94 | 79.21 | 86.31 | - |
YUV | 228.77 | 128.69 | 121.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 233 | 230 | 0.06 | 0 | 0.01 | 0.09 | 166.15 | 0.23 | 0.89 |
Hex | DC | E9 | E6 | 6 | 0 | 1 | 9 | A6 | 17 | 59 |
Octal | 334 | 351 | 346 | 6 | 0 | 1 | 11 | 246 | 27 | 131 |
Binary | 11011100 | 11101001 | 11100110 | 110 | 0 | 1 | 1001 | 10100110 | 10111 | 1011001 |
Color Harmonies of #DCE9E6
Complementary color
Monochromatic Colors of #DCE9E6
Black with #DCE9E6
Text Example
Text Example
White with #DCE9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE9E6; }
p { color: rgb(220,233,230); }
H1.HeaderClassName
{
color: #DCE9E6;
}
.AnyTagClassName
{
color: #DCE9E6;
}
</style>
background-color css
<style>
a { background-color: #DCE9E6; }
a { background-color: rgb(220,233,230); }
div.DivClassName
{
background-color: #DCE9E6;
}
.BgClassName
{
background-color: #DCE9E6;
}
</style>
border-color css
<style>
span { border-color: #DCE9E6; }
span { border-color: rgb(220,233,230); }
td.TdClassName
{
border-color: #DCE9E6;
}
.TagClassName
{
border-color: #DCE9E6;
}
</style>