Shades of Tara #DCFBDA
Tints of Tara #DCFBDA
RGB
CMYK
RGB Variations
Color information
#DCFBDA (or 0xDCFBDA) is known color: Tara. HEX triplet: DC, FB and DA. RGB value is (220,251,218). Sum of RGB (Red+Green+Blue) = 220+251+218=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 251 (98.44% from 255 or 36.43% from 689); Blue value is 218 (85.55% from 255 or 31.64% from 689); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBDA is #230425. Grayscale: #EEEEEE. Windows color (decimal): -2294822 or 14351324. OLE color: 14351324.
HSL color Cylindrical-coordinate representation of color #DCFBDA: hue angle of 116.36º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFBDA is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 251 | 218 | - |
CMYK | 0.12 | 0 | 0.13 | 0.02 |
HSL | 116.36º | 0.8% | 0.92% | - |
HSV(B) | 116.36º | 0.13% | 0.98% | - |
XYZ | 76.67 | 89.27 | 79.52 | - |
YUV | 237.97 | 116.73 | 115.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 251 | 218 | 0.12 | 0 | 0.13 | 0.02 | 116.36 | 0.8 | 0.92 |
Hex | DC | FB | DA | C | 0 | D | 2 | 74 | 50 | 5C |
Octal | 334 | 373 | 332 | 14 | 0 | 15 | 2 | 164 | 120 | 134 |
Binary | 11011100 | 11111011 | 11011010 | 1100 | 0 | 1101 | 10 | 1110100 | 1010000 | 1011100 |
Color Harmonies of #DCFBDA
Complementary color
Monochromatic Colors of #DCFBDA
Black with #DCFBDA
Text Example
Text Example
White with #DCFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBDA; }
p { color: rgb(220,251,218); }
H1.HeaderClassName
{
color: #DCFBDA;
}
.AnyTagClassName
{
color: #DCFBDA;
}
</style>
background-color css
<style>
a { background-color: #DCFBDA; }
a { background-color: rgb(220,251,218); }
div.DivClassName
{
background-color: #DCFBDA;
}
.BgClassName
{
background-color: #DCFBDA;
}
</style>
border-color css
<style>
span { border-color: #DCFBDA; }
span { border-color: rgb(220,251,218); }
td.TdClassName
{
border-color: #DCFBDA;
}
.TagClassName
{
border-color: #DCFBDA;
}
</style>