Shades of Tara #DAFDD7
Tints of Tara #DAFDD7
RGB
CMYK
RGB Variations
Color information
#DAFDD7 (or 0xDAFDD7) is known color: Tara. HEX triplet: DA, FD and D7. RGB value is (218,253,215). Sum of RGB (Red+Green+Blue) = 218+253+215=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 215 (84.38% from 255 or 31.34% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDD7 is #250228. Grayscale: #EEEEEE. Windows color (decimal): -2425385 or 14155226. OLE color: 14155226.
HSL color Cylindrical-coordinate representation of color #DAFDD7: hue angle of 115.26º degrees, saturation: 0.9, 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 #DAFDD7 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 215 | - |
CMYK | 0.14 | 0 | 0.15 | 0.01 |
HSL | 115.26º | 0.9% | 0.92% | - |
HSV(B) | 115.26º | 0.15% | 0.99% | - |
XYZ | 76.3 | 90.06 | 77.65 | - |
YUV | 238.2 | 114.9 | 113.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 215 | 0.14 | 0 | 0.15 | 0.01 | 115.26 | 0.9 | 0.92 |
Hex | DA | FD | D7 | E | 0 | F | 1 | 73 | 5A | 5C |
Octal | 332 | 375 | 327 | 16 | 0 | 17 | 1 | 163 | 132 | 134 |
Binary | 11011010 | 11111101 | 11010111 | 1110 | 0 | 1111 | 1 | 1110011 | 1011010 | 1011100 |
Color Harmonies of #DAFDD7
Complementary color
Monochromatic Colors of #DAFDD7
Black with #DAFDD7
Text Example
Text Example
White with #DAFDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDD7; }
p { color: rgb(218,253,215); }
H1.HeaderClassName
{
color: #DAFDD7;
}
.AnyTagClassName
{
color: #DAFDD7;
}
</style>
background-color css
<style>
a { background-color: #DAFDD7; }
a { background-color: rgb(218,253,215); }
div.DivClassName
{
background-color: #DAFDD7;
}
.BgClassName
{
background-color: #DAFDD7;
}
</style>
border-color css
<style>
span { border-color: #DAFDD7; }
span { border-color: rgb(218,253,215); }
td.TdClassName
{
border-color: #DAFDD7;
}
.TagClassName
{
border-color: #DAFDD7;
}
</style>