#DFDFCD

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

Shades of Green White #DFDFCD

Tints of Green White #DFDFCD

Color information

#DFDFCD (or 0xDFDFCD) is unknown color: approx Green White. HEX triplet: DF, DF and CD. RGB value is (223,223,205). Sum of RGB (Red+Green+Blue) = 223+223+205=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFCD is #202032. Grayscale: #DDDDDD. Windows color (decimal): -2105395 or 13492191. OLE color: 13492191.

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

Color convert

RGB223223205-
CMYK000.080.13
HSL60º21.95%83.92%-
HSV(B)60º8.07%87.45%-
XYZ67.8472.8768.25-
YUV220.95119129.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.25%
GREEN value IS 223 (87.5% from 255) = 34.25%
BLUE value IS 205 (80.47% from 255) = 31.49%
R=34.25%
G=34.25%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223205000.080.136021.9583.92
HexDFDFCD008D3c1654
Octal3373373150010157426124
Binary1101111111011111110011010010001101111100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFCD; }

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

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

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

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

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

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

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

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