Shades of Tranquil #DEF1ED
Tints of Tranquil #DEF1ED
RGB
CMYK
RGB Variations
Color information
#DEF1ED (or 0xDEF1ED) is known color: Tranquil. HEX triplet: DE, F1 and ED. RGB value is (222,241,237). Sum of RGB (Red+Green+Blue) = 222+241+237=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 241 (94.53% from 255 or 34.43% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF1ED is #210E12. Grayscale: #EAEAEA. Windows color (decimal): -2166291 or 15593950. OLE color: 15593950.
HSL color Cylindrical-coordinate representation of color #DEF1ED: hue angle of 167.37º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEF1ED is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 241 | 237 | - |
CMYK | 0.08 | 0 | 0.02 | 0.05 |
HSL | 167.37º | 0.4% | 0.91% | - |
HSV(B) | 167.37º | 0.08% | 0.95% | - |
XYZ | 76.87 | 84.55 | 92.39 | - |
YUV | 234.86 | 129.21 | 118.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 241 | 237 | 0.08 | 0 | 0.02 | 0.05 | 167.37 | 0.4 | 0.91 |
Hex | DE | F1 | ED | 8 | 0 | 2 | 5 | A7 | 28 | 5B |
Octal | 336 | 361 | 355 | 10 | 0 | 2 | 5 | 247 | 50 | 133 |
Binary | 11011110 | 11110001 | 11101101 | 1000 | 0 | 10 | 101 | 10100111 | 101000 | 1011011 |
Color Harmonies of #DEF1ED
Complementary color
Monochromatic Colors of #DEF1ED
Black with #DEF1ED
Text Example
Text Example
White with #DEF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF1ED; }
p { color: rgb(222,241,237); }
H1.HeaderClassName
{
color: #DEF1ED;
}
.AnyTagClassName
{
color: #DEF1ED;
}
</style>
background-color css
<style>
a { background-color: #DEF1ED; }
a { background-color: rgb(222,241,237); }
div.DivClassName
{
background-color: #DEF1ED;
}
.BgClassName
{
background-color: #DEF1ED;
}
</style>
border-color css
<style>
span { border-color: #DEF1ED; }
span { border-color: rgb(222,241,237); }
td.TdClassName
{
border-color: #DEF1ED;
}
.TagClassName
{
border-color: #DEF1ED;
}
</style>