Shades of Tranquil #DCEFEB
Tints of Tranquil #DCEFEB
RGB
CMYK
RGB Variations
Color information
#DCEFEB (or 0xDCEFEB) is known color: Tranquil. HEX triplet: DC, EF and EB. RGB value is (220,239,235). Sum of RGB (Red+Green+Blue) = 220+239+235=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFEB is #231014. Grayscale: #E8E8E8. Windows color (decimal): -2297877 or 15462364. OLE color: 15462364.
HSL color Cylindrical-coordinate representation of color #DCEFEB: hue angle of 167.37º 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 #DCEFEB is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 239 | 235 | - |
CMYK | 0.08 | 0 | 0.02 | 0.06 |
HSL | 167.37º | 0.37% | 0.9% | - |
HSV(B) | 167.37º | 0.08% | 0.94% | - |
XYZ | 75.38 | 82.95 | 90.63 | - |
YUV | 232.86 | 129.21 | 118.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 239 | 235 | 0.08 | 0 | 0.02 | 0.06 | 167.37 | 0.37 | 0.9 |
Hex | DC | EF | EB | 8 | 0 | 2 | 6 | A7 | 25 | 5A |
Octal | 334 | 357 | 353 | 10 | 0 | 2 | 6 | 247 | 45 | 132 |
Binary | 11011100 | 11101111 | 11101011 | 1000 | 0 | 10 | 110 | 10100111 | 100101 | 1011010 |
Color Harmonies of #DCEFEB
Complementary color
Monochromatic Colors of #DCEFEB
Black with #DCEFEB
Text Example
Text Example
White with #DCEFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFEB; }
p { color: rgb(220,239,235); }
H1.HeaderClassName
{
color: #DCEFEB;
}
.AnyTagClassName
{
color: #DCEFEB;
}
</style>
background-color css
<style>
a { background-color: #DCEFEB; }
a { background-color: rgb(220,239,235); }
div.DivClassName
{
background-color: #DCEFEB;
}
.BgClassName
{
background-color: #DCEFEB;
}
</style>
border-color css
<style>
span { border-color: #DCEFEB; }
span { border-color: rgb(220,239,235); }
td.TdClassName
{
border-color: #DCEFEB;
}
.TagClassName
{
border-color: #DCEFEB;
}
</style>