Shades of Tara #D9F3DB
Tints of Tara #D9F3DB
RGB
CMYK
RGB Variations
Color information
#D9F3DB (or 0xD9F3DB) is known color: Tara. HEX triplet: D9, F3 and DB. RGB value is (217,243,219). Sum of RGB (Red+Green+Blue) = 217+243+219=679 (89% of max value = 765). Red value is 217 (85.16% from 255 or 31.96% from 679); Green value is 243 (95.31% from 255 or 35.79% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F3DB is #260C24. Grayscale: #E8E8E8. Windows color (decimal): -2493477 or 14414809. OLE color: 14414809.
HSL color Cylindrical-coordinate representation of color #D9F3DB: hue angle of 124.62º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9F3DB is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 217 | 243 | 219 | - |
CMYK | 0.11 | 0 | 0.10 | 0.05 |
HSL | 124.62º | 0.52% | 0.9% | - |
HSV(B) | 124.62º | 0.11% | 0.95% | - |
XYZ | 73.45 | 83.97 | 79.35 | - |
YUV | 232.49 | 120.39 | 116.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 243 | 219 | 0.11 | 0 | 0.10 | 0.05 | 124.62 | 0.52 | 0.9 |
Hex | D9 | F3 | DB | B | 0 | A | 5 | 7D | 34 | 5A |
Octal | 331 | 363 | 333 | 13 | 0 | 12 | 5 | 175 | 64 | 132 |
Binary | 11011001 | 11110011 | 11011011 | 1011 | 0 | 1010 | 101 | 1111101 | 110100 | 1011010 |
Color Harmonies of #D9F3DB
Complementary color
Monochromatic Colors of #D9F3DB
Black with #D9F3DB
Text Example
Text Example
White with #D9F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F3DB; }
p { color: rgb(217,243,219); }
H1.HeaderClassName
{
color: #D9F3DB;
}
.AnyTagClassName
{
color: #D9F3DB;
}
</style>
background-color css
<style>
a { background-color: #D9F3DB; }
a { background-color: rgb(217,243,219); }
div.DivClassName
{
background-color: #D9F3DB;
}
.BgClassName
{
background-color: #D9F3DB;
}
</style>
border-color css
<style>
span { border-color: #D9F3DB; }
span { border-color: rgb(217,243,219); }
td.TdClassName
{
border-color: #D9F3DB;
}
.TagClassName
{
border-color: #D9F3DB;
}
</style>