Shades of Hint Of Green #DCF3D3
Tints of Hint Of Green #DCF3D3
RGB
CMYK
RGB Variations
Color information
#DCF3D3 (or 0xDCF3D3) is known color: Hint Of Green. HEX triplet: DC, F3 and D3. RGB value is (220,243,211). Sum of RGB (Red+Green+Blue) = 220+243+211=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 243 (95.31% from 255 or 36.05% from 674); Blue value is 211 (82.81% from 255 or 31.31% from 674); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3D3 is #230C2C. Grayscale: #E8E8E8. Windows color (decimal): -2296877 or 13890524. OLE color: 13890524.
HSL color Cylindrical-coordinate representation of color #DCF3D3: hue angle of 103.12º degrees, saturation: 0.57, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCF3D3 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 211 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.05 |
| HSL | 103.13º | 0.57% | 0.89% | - |
| HSV(B) | 103.13º | 0.13% | 0.95% | - |
| XYZ | 73.32 | 84.02 | 73.98 | - |
| YUV | 232.48 | 115.88 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 211 | 0.09 | 0 | 0.13 | 0.05 | 103.13 | 0.57 | 0.89 |
| Hex | DC | F3 | D3 | 9 | 0 | D | 5 | 67 | 39 | 59 |
| Octal | 334 | 363 | 323 | 11 | 0 | 15 | 5 | 147 | 71 | 131 |
| Binary | 11011100 | 11110011 | 11010011 | 1001 | 0 | 1101 | 101 | 1100111 | 111001 | 1011001 |
Color Harmonies of #DCF3D3
Complementary color
Monochromatic Colors of #DCF3D3
Black with #DCF3D3
Text Example
Text Example
White with #DCF3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF3D3; }
p { color: rgb(220,243,211); }
H1.HeaderClassName
{
color: #DCF3D3;
}
.AnyTagClassName
{
color: #DCF3D3;
}
</style>
background-color css
<style>
a { background-color: #DCF3D3; }
a { background-color: rgb(220,243,211); }
div.DivClassName
{
background-color: #DCF3D3;
}
.BgClassName
{
background-color: #DCF3D3;
}
</style>
border-color css
<style>
span { border-color: #DCF3D3; }
span { border-color: rgb(220,243,211); }
td.TdClassName
{
border-color: #DCF3D3;
}
.TagClassName
{
border-color: #DCF3D3;
}
</style>