#DFDFCC

Color #DFDFCC Green White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green White #DFDFCC

Tints of Green White #DFDFCC

Color information

#DFDFCC (or 0xDFDFCC) is unknown color: approx Green White. HEX triplet: DF, DF and CC. RGB value is (223,223,204). Sum of RGB (Red+Green+Blue) = 223+223+204=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFCC is #202033. Grayscale: #DCDCDC. Windows color (decimal): -2105396 or 13426655. OLE color: 13426655.

HSL color Cylindrical-coordinate representation of color #DFDFCC: hue angle of 60º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFDFCC is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB223223204-
CMYK000.090.13
HSL60º22.89%83.73%-
HSV(B)60º8.52%87.45%-
XYZ67.7272.8267.61-
YUV220.83118.5129.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 34.31%
GREEN value IS 223 (87.5% from 255) = 34.31%
BLUE value IS 204 (80.08% from 255) = 31.38%
R=34.31%
G=34.31%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223204000.090.136022.8983.73
HexDFDFCC009D3c1754
Octal3373373140011157427124
Binary1101111111011111110011000010011101111100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFCC; }

 p { color: rgb(223,223,204); }

 H1.HeaderClassName
 {
   color: #DFDFCC;
 }
 .AnyTagClassName
 {
   color: #DFDFCC;
 }
</style>
background-color css

<style>
 a { background-color: #DFDFCC; }

 a { background-color: rgb(223,223,204); }

 div.DivClassName
 {
   background-color: #DFDFCC;
 }
 .BgClassName
 {
   background-color: #DFDFCC;
 }
</style>
border-color css

<style>
 span { border-color: #DFDFCC; }

 span { border-color: rgb(223,223,204); }

 td.TdClassName
 {
   border-color: #DFDFCC;
 }
 .TagClassName
 {
   border-color: #DFDFCC;
 }
</style>