Shades of Tara #DAFCDB
Tints of Tara #DAFCDB
RGB
CMYK
RGB Variations
Color information
#DAFCDB (or 0xDAFCDB) is known color: Tara. HEX triplet: DA, FC and DB. RGB value is (218,252,219). Sum of RGB (Red+Green+Blue) = 218+252+219=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCDB is #250324. Grayscale: #EEEEEE. Windows color (decimal): -2425637 or 14417114. OLE color: 14417114.
HSL color Cylindrical-coordinate representation of color #DAFCDB: hue angle of 121.76º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFCDB is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 252 | 219 | - |
CMYK | 0.13 | 0 | 0.13 | 0.01 |
HSL | 121.76º | 0.85% | 0.92% | - |
HSV(B) | 121.76º | 0.13% | 0.99% | - |
XYZ | 76.51 | 89.64 | 80.29 | - |
YUV | 238.07 | 117.24 | 113.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 252 | 219 | 0.13 | 0 | 0.13 | 0.01 | 121.76 | 0.85 | 0.92 |
Hex | DA | FC | DB | D | 0 | D | 1 | 7A | 55 | 5C |
Octal | 332 | 374 | 333 | 15 | 0 | 15 | 1 | 172 | 125 | 134 |
Binary | 11011010 | 11111100 | 11011011 | 1101 | 0 | 1101 | 1 | 1111010 | 1010101 | 1011100 |
Color Harmonies of #DAFCDB
Complementary color
Monochromatic Colors of #DAFCDB
Black with #DAFCDB
Text Example
Text Example
White with #DAFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFCDB; }
p { color: rgb(218,252,219); }
H1.HeaderClassName
{
color: #DAFCDB;
}
.AnyTagClassName
{
color: #DAFCDB;
}
</style>
background-color css
<style>
a { background-color: #DAFCDB; }
a { background-color: rgb(218,252,219); }
div.DivClassName
{
background-color: #DAFCDB;
}
.BgClassName
{
background-color: #DAFCDB;
}
</style>
border-color css
<style>
span { border-color: #DAFCDB; }
span { border-color: rgb(218,252,219); }
td.TdClassName
{
border-color: #DAFCDB;
}
.TagClassName
{
border-color: #DAFCDB;
}
</style>