Shades of Tranquil #DCEEE9
Tints of Tranquil #DCEEE9
RGB
CMYK
RGB Variations
Color information
#DCEEE9 (or 0xDCEEE9) is known color: Tranquil. HEX triplet: DC, EE and E9. RGB value is (220,238,233). Sum of RGB (Red+Green+Blue) = 220+238+233=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 233 (91.41% from 255 or 33.72% from 691); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEE9 is #231116. Grayscale: #E8E8E8. Windows color (decimal): -2298135 or 15331036. OLE color: 15331036.
HSL color Cylindrical-coordinate representation of color #DCEEE9: hue angle of 163.33º 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 #DCEEE9 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 238 | 233 | - |
CMYK | 0.08 | 0 | 0.02 | 0.07 |
HSL | 163.33º | 0.35% | 0.9% | - |
HSV(B) | 163.33º | 0.08% | 0.93% | - |
XYZ | 74.8 | 82.25 | 89.02 | - |
YUV | 232.05 | 128.54 | 119.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 238 | 233 | 0.08 | 0 | 0.02 | 0.07 | 163.33 | 0.35 | 0.9 |
Hex | DC | EE | E9 | 8 | 0 | 2 | 7 | A3 | 23 | 5A |
Octal | 334 | 356 | 351 | 10 | 0 | 2 | 7 | 243 | 43 | 132 |
Binary | 11011100 | 11101110 | 11101001 | 1000 | 0 | 10 | 111 | 10100011 | 100011 | 1011010 |
Color Harmonies of #DCEEE9
Complementary color
Monochromatic Colors of #DCEEE9
Black with #DCEEE9
Text Example
Text Example
White with #DCEEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEE9; }
p { color: rgb(220,238,233); }
H1.HeaderClassName
{
color: #DCEEE9;
}
.AnyTagClassName
{
color: #DCEEE9;
}
</style>
background-color css
<style>
a { background-color: #DCEEE9; }
a { background-color: rgb(220,238,233); }
div.DivClassName
{
background-color: #DCEEE9;
}
.BgClassName
{
background-color: #DCEEE9;
}
</style>
border-color css
<style>
span { border-color: #DCEEE9; }
span { border-color: rgb(220,238,233); }
td.TdClassName
{
border-color: #DCEEE9;
}
.TagClassName
{
border-color: #DCEEE9;
}
</style>