Shades of Tranquil #DFEEEA
Tints of Tranquil #DFEEEA
RGB
CMYK
RGB Variations
Color information
#DFEEEA (or 0xDFEEEA) is known color: Tranquil. HEX triplet: DF, EE and EA. RGB value is (223,238,234). Sum of RGB (Red+Green+Blue) = 223+238+234=695 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.09% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEEA is #201115. Grayscale: #E9E9E9. Windows color (decimal): -2101526 or 15396575. OLE color: 15396575.
HSL color Cylindrical-coordinate representation of color #DFEEEA: hue angle of 164º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFEEEA is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 238 | 234 | - |
CMYK | 0.06 | 0 | 0.02 | 0.07 |
HSL | 164º | 0.31% | 0.9% | - |
HSV(B) | 164º | 0.06% | 0.93% | - |
XYZ | 75.86 | 82.78 | 89.82 | - |
YUV | 233.06 | 128.53 | 120.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 238 | 234 | 0.06 | 0 | 0.02 | 0.07 | 164 | 0.31 | 0.9 |
Hex | DF | EE | EA | 6 | 0 | 2 | 7 | A4 | 1F | 5A |
Octal | 337 | 356 | 352 | 6 | 0 | 2 | 7 | 244 | 37 | 132 |
Binary | 11011111 | 11101110 | 11101010 | 110 | 0 | 10 | 111 | 10100100 | 11111 | 1011010 |
Color Harmonies of #DFEEEA
Complementary color
Monochromatic Colors of #DFEEEA
Black with #DFEEEA
Text Example
Text Example
White with #DFEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEEA; }
p { color: rgb(223,238,234); }
H1.HeaderClassName
{
color: #DFEEEA;
}
.AnyTagClassName
{
color: #DFEEEA;
}
</style>
background-color css
<style>
a { background-color: #DFEEEA; }
a { background-color: rgb(223,238,234); }
div.DivClassName
{
background-color: #DFEEEA;
}
.BgClassName
{
background-color: #DFEEEA;
}
</style>
border-color css
<style>
span { border-color: #DFEEEA; }
span { border-color: rgb(223,238,234); }
td.TdClassName
{
border-color: #DFEEEA;
}
.TagClassName
{
border-color: #DFEEEA;
}
</style>