Shades of Tara #DAFDD6
Tints of Tara #DAFDD6
RGB
CMYK
RGB Variations
Color information
#DAFDD6 (or 0xDAFDD6) is known color: Tara. HEX triplet: DA, FD and D6. RGB value is (218,253,214). Sum of RGB (Red+Green+Blue) = 218+253+214=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 214 (83.98% from 255 or 31.24% from 685); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDD6 is #250229. Grayscale: #EEEEEE. Windows color (decimal): -2425386 or 14089690. OLE color: 14089690.
HSL color Cylindrical-coordinate representation of color #DAFDD6: hue angle of 113.85º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFDD6 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 214 | - |
CMYK | 0.14 | 0 | 0.15 | 0.01 |
HSL | 113.85º | 0.91% | 0.92% | - |
HSV(B) | 113.85º | 0.15% | 0.99% | - |
XYZ | 76.18 | 90.01 | 76.98 | - |
YUV | 238.09 | 114.4 | 113.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 214 | 0.14 | 0 | 0.15 | 0.01 | 113.85 | 0.91 | 0.92 |
Hex | DA | FD | D6 | E | 0 | F | 1 | 72 | 5B | 5C |
Octal | 332 | 375 | 326 | 16 | 0 | 17 | 1 | 162 | 133 | 134 |
Binary | 11011010 | 11111101 | 11010110 | 1110 | 0 | 1111 | 1 | 1110010 | 1011011 | 1011100 |
Color Harmonies of #DAFDD6
Complementary color
Monochromatic Colors of #DAFDD6
Black with #DAFDD6
Text Example
Text Example
White with #DAFDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDD6; }
p { color: rgb(218,253,214); }
H1.HeaderClassName
{
color: #DAFDD6;
}
.AnyTagClassName
{
color: #DAFDD6;
}
</style>
background-color css
<style>
a { background-color: #DAFDD6; }
a { background-color: rgb(218,253,214); }
div.DivClassName
{
background-color: #DAFDD6;
}
.BgClassName
{
background-color: #DAFDD6;
}
</style>
border-color css
<style>
span { border-color: #DAFDD6; }
span { border-color: rgb(218,253,214); }
td.TdClassName
{
border-color: #DAFDD6;
}
.TagClassName
{
border-color: #DAFDD6;
}
</style>