Shades of Tara #DEF3DF
Tints of Tara #DEF3DF
RGB
CMYK
RGB Variations
Color information
#DEF3DF (or 0xDEF3DF) is known color: Tara. HEX triplet: DE, F3 and DF. RGB value is (222,243,223). Sum of RGB (Red+Green+Blue) = 222+243+223=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 243 (95.31% from 255 or 35.32% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF3DF is #210C20. Grayscale: #EAEAEA. Windows color (decimal): -2165793 or 14676958. OLE color: 14676958.
HSL color Cylindrical-coordinate representation of color #DEF3DF: hue angle of 122.86º degrees, saturation: 0.47, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEF3DF is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 243 | 223 | - |
CMYK | 0.09 | 0 | 0.08 | 0.05 |
HSL | 122.86º | 0.47% | 0.91% | - |
HSV(B) | 122.86º | 0.09% | 0.95% | - |
XYZ | 75.49 | 84.96 | 82.23 | - |
YUV | 234.44 | 121.54 | 119.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 243 | 223 | 0.09 | 0 | 0.08 | 0.05 | 122.86 | 0.47 | 0.91 |
Hex | DE | F3 | DF | 9 | 0 | 8 | 5 | 7B | 2F | 5B |
Octal | 336 | 363 | 337 | 11 | 0 | 10 | 5 | 173 | 57 | 133 |
Binary | 11011110 | 11110011 | 11011111 | 1001 | 0 | 1000 | 101 | 1111011 | 101111 | 1011011 |
Color Harmonies of #DEF3DF
Complementary color
Monochromatic Colors of #DEF3DF
Black with #DEF3DF
Text Example
Text Example
White with #DEF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF3DF; }
p { color: rgb(222,243,223); }
H1.HeaderClassName
{
color: #DEF3DF;
}
.AnyTagClassName
{
color: #DEF3DF;
}
</style>
background-color css
<style>
a { background-color: #DEF3DF; }
a { background-color: rgb(222,243,223); }
div.DivClassName
{
background-color: #DEF3DF;
}
.BgClassName
{
background-color: #DEF3DF;
}
</style>
border-color css
<style>
span { border-color: #DEF3DF; }
span { border-color: rgb(222,243,223); }
td.TdClassName
{
border-color: #DEF3DF;
}
.TagClassName
{
border-color: #DEF3DF;
}
</style>