Shades of Green White #DFDFCA
Tints of Green White #DFDFCA
RGB
CMYK
RGB Variations
Color information
#DFDFCA (or 0xDFDFCA) is known color: Green White. HEX triplet: DF, DF and CA. RGB value is (223,223,202). Sum of RGB (Red+Green+Blue) = 223+223+202=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFCA is #202035. Grayscale: #DCDCDC. Windows color (decimal): -2105398 or 13295583. OLE color: 13295583.
HSL color Cylindrical-coordinate representation of color #DFDFCA: hue angle of 60º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFDFCA is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 223 | 202 | - |
CMYK | 0 | 0 | 0.09 | 0.13 |
HSL | 60º | 0.25% | 0.83% | - |
HSV(B) | 60º | 0.09% | 0.87% | - |
XYZ | 67.48 | 72.73 | 66.36 | - |
YUV | 220.61 | 117.5 | 129.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 202 | 0 | 0 | 0.09 | 0.13 | 60 | 0.25 | 0.83 |
Hex | DF | DF | CA | 0 | 0 | 9 | D | 3C | 19 | 53 |
Octal | 337 | 337 | 312 | 0 | 0 | 11 | 15 | 74 | 31 | 123 |
Binary | 11011111 | 11011111 | 11001010 | 0 | 0 | 1001 | 1101 | 111100 | 11001 | 1010011 |
Color Harmonies of #DFDFCA
Complementary color
Monochromatic Colors of #DFDFCA
Black with #DFDFCA
Text Example
Text Example
White with #DFDFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFCA; }
p { color: rgb(223,223,202); }
H1.HeaderClassName
{
color: #DFDFCA;
}
.AnyTagClassName
{
color: #DFDFCA;
}
</style>
background-color css
<style>
a { background-color: #DFDFCA; }
a { background-color: rgb(223,223,202); }
div.DivClassName
{
background-color: #DFDFCA;
}
.BgClassName
{
background-color: #DFDFCA;
}
</style>
border-color css
<style>
span { border-color: #DFDFCA; }
span { border-color: rgb(223,223,202); }
td.TdClassName
{
border-color: #DFDFCA;
}
.TagClassName
{
border-color: #DFDFCA;
}
</style>