Shades of Tara #DCFEDD
Tints of Tara #DCFEDD
RGB
CMYK
RGB Variations
Color information
#DCFEDD (or 0xDCFEDD) is known color: Tara. HEX triplet: DC, FE and DD. RGB value is (220,254,221). Sum of RGB (Red+Green+Blue) = 220+254+221=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEDD is #230122. Grayscale: #F0F0F0. Windows color (decimal): -2294051 or 14548700. OLE color: 14548700.
HSL color Cylindrical-coordinate representation of color #DCFEDD: hue angle of 121.76º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFEDD is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 220 | 254 | 221 | - |
CMYK | 0.13 | 0 | 0.13 | 0.00 |
HSL | 121.76º | 0.94% | 0.93% | - |
HSV(B) | 121.76º | 0.13% | 1% | - |
XYZ | 78.01 | 91.32 | 81.92 | - |
YUV | 240.07 | 117.24 | 113.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 254 | 221 | 0.13 | 0 | 0.13 | 0.00 | 121.76 | 0.94 | 0.93 |
Hex | DC | FE | DD | D | 0 | D | 0 | 7A | 5E | 5D |
Octal | 334 | 376 | 335 | 15 | 0 | 15 | 0 | 172 | 136 | 135 |
Binary | 11011100 | 11111110 | 11011101 | 1101 | 0 | 1101 | 0 | 1111010 | 1011110 | 1011101 |
Color Harmonies of #DCFEDD
Complementary color
Monochromatic Colors of #DCFEDD
Black with #DCFEDD
Text Example
Text Example
White with #DCFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEDD; }
p { color: rgb(220,254,221); }
H1.HeaderClassName
{
color: #DCFEDD;
}
.AnyTagClassName
{
color: #DCFEDD;
}
</style>
background-color css
<style>
a { background-color: #DCFEDD; }
a { background-color: rgb(220,254,221); }
div.DivClassName
{
background-color: #DCFEDD;
}
.BgClassName
{
background-color: #DCFEDD;
}
</style>
border-color css
<style>
span { border-color: #DCFEDD; }
span { border-color: rgb(220,254,221); }
td.TdClassName
{
border-color: #DCFEDD;
}
.TagClassName
{
border-color: #DCFEDD;
}
</style>