Shades of Tranquil #DCECE9
Tints of Tranquil #DCECE9
RGB
CMYK
RGB Variations
Color information
#DCECE9 (or 0xDCECE9) is known color: Tranquil. HEX triplet: DC, EC and E9. RGB value is (220,236,233). Sum of RGB (Red+Green+Blue) = 220+236+233=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 236 (92.58% from 255 or 34.25% from 689); Blue value is 233 (91.41% from 255 or 33.82% from 689); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCECE9 is #231316. Grayscale: #E6E6E6. Windows color (decimal): -2298647 or 15330524. OLE color: 15330524.
HSL color Cylindrical-coordinate representation of color #DCECE9: hue angle of 168.75º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCECE9 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 236 | 233 | - |
CMYK | 0.07 | 0 | 0.01 | 0.07 |
HSL | 168.75º | 0.3% | 0.89% | - |
HSV(B) | 168.75º | 0.07% | 0.93% | - |
XYZ | 74.22 | 81.09 | 88.83 | - |
YUV | 230.87 | 129.2 | 120.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 233 | 0.07 | 0 | 0.01 | 0.07 | 168.75 | 0.3 | 0.89 |
Hex | DC | EC | E9 | 7 | 0 | 1 | 7 | A9 | 1E | 59 |
Octal | 334 | 354 | 351 | 7 | 0 | 1 | 7 | 251 | 36 | 131 |
Binary | 11011100 | 11101100 | 11101001 | 111 | 0 | 1 | 111 | 10101001 | 11110 | 1011001 |
Color Harmonies of #DCECE9
Complementary color
Monochromatic Colors of #DCECE9
Black with #DCECE9
Text Example
Text Example
White with #DCECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECE9; }
p { color: rgb(220,236,233); }
H1.HeaderClassName
{
color: #DCECE9;
}
.AnyTagClassName
{
color: #DCECE9;
}
</style>
background-color css
<style>
a { background-color: #DCECE9; }
a { background-color: rgb(220,236,233); }
div.DivClassName
{
background-color: #DCECE9;
}
.BgClassName
{
background-color: #DCECE9;
}
</style>
border-color css
<style>
span { border-color: #DCECE9; }
span { border-color: rgb(220,236,233); }
td.TdClassName
{
border-color: #DCECE9;
}
.TagClassName
{
border-color: #DCECE9;
}
</style>