Shades of Tara #DAFCD6
Tints of Tara #DAFCD6
RGB
CMYK
RGB Variations
Color information
#DAFCD6 (or 0xDAFCD6) is known color: Tara. HEX triplet: DA, FC and D6. RGB value is (218,252,214). Sum of RGB (Red+Green+Blue) = 218+252+214=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 214 (83.98% from 255 or 31.29% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCD6 is #250329. Grayscale: #EDEDED. Windows color (decimal): -2425642 or 14089434. OLE color: 14089434.
HSL color Cylindrical-coordinate representation of color #DAFCD6: hue angle of 113.68º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFCD6 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 252 | 214 | - |
CMYK | 0.13 | 0 | 0.15 | 0.01 |
HSL | 113.68º | 0.86% | 0.91% | - |
HSV(B) | 113.68º | 0.15% | 0.99% | - |
XYZ | 75.86 | 89.38 | 76.87 | - |
YUV | 237.5 | 114.74 | 114.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 252 | 214 | 0.13 | 0 | 0.15 | 0.01 | 113.68 | 0.86 | 0.91 |
Hex | DA | FC | D6 | D | 0 | F | 1 | 72 | 56 | 5B |
Octal | 332 | 374 | 326 | 15 | 0 | 17 | 1 | 162 | 126 | 133 |
Binary | 11011010 | 11111100 | 11010110 | 1101 | 0 | 1111 | 1 | 1110010 | 1010110 | 1011011 |
Color Harmonies of #DAFCD6
Complementary color
Monochromatic Colors of #DAFCD6
Black with #DAFCD6
Text Example
Text Example
White with #DAFCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFCD6; }
p { color: rgb(218,252,214); }
H1.HeaderClassName
{
color: #DAFCD6;
}
.AnyTagClassName
{
color: #DAFCD6;
}
</style>
background-color css
<style>
a { background-color: #DAFCD6; }
a { background-color: rgb(218,252,214); }
div.DivClassName
{
background-color: #DAFCD6;
}
.BgClassName
{
background-color: #DAFCD6;
}
</style>
border-color css
<style>
span { border-color: #DAFCD6; }
span { border-color: rgb(218,252,214); }
td.TdClassName
{
border-color: #DAFCD6;
}
.TagClassName
{
border-color: #DAFCD6;
}
</style>