Shades of Tranquil #DCEFEC
Tints of Tranquil #DCEFEC
RGB
CMYK
RGB Variations
Color information
#DCEFEC (or 0xDCEFEC) is known color: Tranquil. HEX triplet: DC, EF and EC. RGB value is (220,239,236). Sum of RGB (Red+Green+Blue) = 220+239+236=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFEC is #231013. Grayscale: #E8E8E8. Windows color (decimal): -2297876 or 15527900. OLE color: 15527900.
HSL color Cylindrical-coordinate representation of color #DCEFEC: hue angle of 170.53º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEFEC is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 239 | 236 | - |
CMYK | 0.08 | 0 | 0.01 | 0.06 |
HSL | 170.53º | 0.37% | 0.9% | - |
HSV(B) | 170.53º | 0.08% | 0.94% | - |
XYZ | 75.52 | 83 | 91.4 | - |
YUV | 232.98 | 129.71 | 118.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 239 | 236 | 0.08 | 0 | 0.01 | 0.06 | 170.53 | 0.37 | 0.9 |
Hex | DC | EF | EC | 8 | 0 | 1 | 6 | AB | 25 | 5A |
Octal | 334 | 357 | 354 | 10 | 0 | 1 | 6 | 253 | 45 | 132 |
Binary | 11011100 | 11101111 | 11101100 | 1000 | 0 | 1 | 110 | 10101011 | 100101 | 1011010 |
Color Harmonies of #DCEFEC
Complementary color
Monochromatic Colors of #DCEFEC
Black with #DCEFEC
Text Example
Text Example
White with #DCEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFEC; }
p { color: rgb(220,239,236); }
H1.HeaderClassName
{
color: #DCEFEC;
}
.AnyTagClassName
{
color: #DCEFEC;
}
</style>
background-color css
<style>
a { background-color: #DCEFEC; }
a { background-color: rgb(220,239,236); }
div.DivClassName
{
background-color: #DCEFEC;
}
.BgClassName
{
background-color: #DCEFEC;
}
</style>
border-color css
<style>
span { border-color: #DCEFEC; }
span { border-color: rgb(220,239,236); }
td.TdClassName
{
border-color: #DCEFEC;
}
.TagClassName
{
border-color: #DCEFEC;
}
</style>