#DFDFC6

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

Shades of Green White #DFDFC6

Tints of Green White #DFDFC6

Color information

#DFDFC6 (or 0xDFDFC6) is unknown color: approx Green White. HEX triplet: DF, DF and C6. RGB value is (223,223,198). Sum of RGB (Red+Green+Blue) = 223+223+198=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 198 (77.73% from 255 or 30.75% from 644); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFC6 is #202039. Grayscale: #DCDCDC. Windows color (decimal): -2105402 or 13033439. OLE color: 13033439.

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

Color convert

RGB223223198-
CMYK000.110.13
HSL60º28.09%82.55%-
HSV(B)60º11.21%87.45%-
XYZ67.0172.5463.9-
YUV220.15115.5130.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.63%
GREEN value IS 223 (87.5% from 255) = 34.63%
BLUE value IS 198 (77.73% from 255) = 30.75%
R=34.63%
G=34.63%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223198000.110.136028.0982.55
HexDFDFC600BD3c1c53
Octal3373373060013157434123
Binary1101111111011111110001100010111101111100111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFC6; }

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

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

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

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

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

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

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

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