Shades of Tranquil #DCEEEA
Tints of Tranquil #DCEEEA
RGB
CMYK
RGB Variations
Color information
#DCEEEA (or 0xDCEEEA) is known color: Tranquil. HEX triplet: DC, EE and EA. RGB value is (220,238,234). Sum of RGB (Red+Green+Blue) = 220+238+234=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEEA is #231115. Grayscale: #E8E8E8. Windows color (decimal): -2298134 or 15396572. OLE color: 15396572.
HSL color Cylindrical-coordinate representation of color #DCEEEA: hue angle of 166.67º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEEEA is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 234 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.07 |
| HSL | 166.67º | 0.35% | 0.9% | - |
| HSV(B) | 166.67º | 0.08% | 0.93% | - |
| XYZ | 74.94 | 82.31 | 89.78 | - |
| YUV | 232.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 234 | 0.08 | 0 | 0.02 | 0.07 | 166.67 | 0.35 | 0.9 |
| Hex | DC | EE | EA | 8 | 0 | 2 | 7 | A7 | 23 | 5A |
| Octal | 334 | 356 | 352 | 10 | 0 | 2 | 7 | 247 | 43 | 132 |
| Binary | 11011100 | 11101110 | 11101010 | 1000 | 0 | 10 | 111 | 10100111 | 100011 | 1011010 |
Color Harmonies of #DCEEEA
Complementary color
Monochromatic Colors of #DCEEEA
Black with #DCEEEA
Text Example
Text Example
White with #DCEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEEA; }
p { color: rgb(220,238,234); }
H1.HeaderClassName
{
color: #DCEEEA;
}
.AnyTagClassName
{
color: #DCEEEA;
}
</style>
background-color css
<style>
a { background-color: #DCEEEA; }
a { background-color: rgb(220,238,234); }
div.DivClassName
{
background-color: #DCEEEA;
}
.BgClassName
{
background-color: #DCEEEA;
}
</style>
border-color css
<style>
span { border-color: #DCEEEA; }
span { border-color: rgb(220,238,234); }
td.TdClassName
{
border-color: #DCEEEA;
}
.TagClassName
{
border-color: #DCEEEA;
}
</style>